export declare type SelectType = 'simple' | 'single' | 'multiple';
