import Select from './select'; import Option from './option'; import SelectPanel from './select-panel'; export declare type SelectInstance = InstanceType; export declare type OptionInstance = InstanceType; export declare type SelectPanelInstance = InstanceType;