import { Option } from '../types';
export default function getOptionProperty(option: Option, key: string): any;
