import * as styles from '../style/Option'; export declare type OptionInterface = { options: Array<{ label: string; value: any; }>; prefferedOptions?: Array<{ label: string; value: any; }>; showMoreText?: string; style?: Object; label?: string; styles?: typeof styles; };