declare const _default: import("vue").DefineComponent<{ data: { type: ArrayConstructor; default: () => any[]; }; allowSearch: { type: BooleanConstructor; default: boolean; }; selectedIndex: { type: ArrayConstructor; default: () => any[]; }; itemTitles: { type: ArrayConstructor; default: () => any[]; }; selectedColor: { type: StringConstructor; default: string; }; frequencySplit: { type: BooleanConstructor; default: boolean; }; aloneAutoSelect: { type: BooleanConstructor; default: boolean; }; }, {}, { realData: any; realSelectedIndex: any; selectData: any[]; scrollsObj: {}; }, {}, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { preOverflowValue: string; isVisible: boolean; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly any[]; }; allowSearch: { type: BooleanConstructor; default: boolean; }; selectedIndex: { type: ArrayConstructor; default: () => any[]; }; itemTitles: { type: ArrayConstructor; default: () => any[]; }; selectedColor: { type: StringConstructor; default: string; }; frequencySplit: { type: BooleanConstructor; default: boolean; }; aloneAutoSelect: { type: BooleanConstructor; default: boolean; }; }>>, { data: unknown[]; selectedIndex: unknown[]; selectedColor: string; allowSearch: boolean; itemTitles: unknown[]; frequencySplit: boolean; aloneAutoSelect: boolean; }>; export default _default;