export declare const Select: import("xzx-design/es/utils").SFCWithInstall; default: () => never[]; }; modelValue: { type: import("vue").PropType; default: () => never[]; }; toolbarPosition: { type: import("vue").PropType; default: import("./src/types").SelectToolbarPosition; }; columnsFieldNames: import("vue").PropType; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "cancel" | "confirm" | "clickOption" | "scrollInto")[], "update:modelValue" | "change" | "cancel" | "confirm" | "clickOption" | "scrollInto", import("vue").PublicProps, Readonly; default: () => never[]; }; modelValue: { type: import("vue").PropType; default: () => never[]; }; toolbarPosition: { type: import("vue").PropType; default: import("./src/types").SelectToolbarPosition; }; columnsFieldNames: import("vue").PropType; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; onClickOption?: ((...args: any[]) => any) | undefined; onScrollInto?: ((...args: any[]) => any) | undefined; }>, { columns: (import("./src/types").SelectColumn | import("./src/types").SelectOption)[]; modelValue: import("xzx-design/es/utils").Numeric[]; loading: boolean; allowHtml: boolean; readonly: boolean; optionHeight: string | number; showToolbar: boolean; swipeDuration: string | number; visibleOptionNum: string | number; toolbarPosition: import("./src/types").SelectToolbarPosition; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record; export default Select; export declare const SelectGroup: import("xzx-design/es/utils").SFCWithInstall; default: () => never[]; }; activeTab: { type: (NumberConstructor | StringConstructor)[]; default: number; }; nextStepText: StringConstructor; showToolbar: { type: BooleanConstructor; default: true; }; } & { title: StringConstructor; cancelButtonText: StringConstructor; confirmButtonText: StringConstructor; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm" | "update:activeTab")[], "cancel" | "confirm" | "update:activeTab", import("vue").PublicProps, Readonly; default: () => never[]; }; activeTab: { type: (NumberConstructor | StringConstructor)[]; default: number; }; nextStepText: StringConstructor; showToolbar: { type: BooleanConstructor; default: true; }; } & { title: StringConstructor; cancelButtonText: StringConstructor; confirmButtonText: StringConstructor; }>> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; "onUpdate:activeTab"?: ((...args: any[]) => any) | undefined; }>, { tabs: string[]; showToolbar: boolean; activeTab: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record; export * from './src/select'; export * from './src/select-group'; export * from './src/select-column'; export * from './src/select-toolbar'; export * from './src/types';