import { type ComponentPublicInstance, type ExtractPropTypes, type PropType } from 'vue'; export type DateSelectColumnType = 'year' | 'month' | 'day'; export declare const dateSelectProps: { loading: BooleanConstructor; readonly: BooleanConstructor; allowHtml: BooleanConstructor; optionHeight: { type: (NumberConstructor | StringConstructor)[]; default: number; }; showToolbar: { type: BooleanConstructor; default: true; }; swipeDuration: { type: (NumberConstructor | StringConstructor)[]; default: number; }; visibleOptionNum: { type: (NumberConstructor | StringConstructor)[]; default: number; }; } & { title: StringConstructor; cancelButtonText: StringConstructor; confirmButtonText: StringConstructor; } & { modelValue: { type: PropType; default: () => never[]; }; filter: PropType<(columnType: string, options: import("../../select").SelectOption[], values: string[]) => import("../../select").SelectOption[]>; formatter: { type: PropType<(type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption>; default: (type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption; }; } & { columnsType: { type: PropType; default: () => string[]; }; minDate: { type: DateConstructor; default: () => Date; validator: (val: unknown) => val is Date; }; maxDate: { type: DateConstructor; default: () => Date; validator: (val: unknown) => val is Date; }; }; export type DateSelectExpose = { confirm: () => void; getSelectedDate: () => string[]; }; export type DateSelectProps = ExtractPropTypes; export type DateSelectInstance = ComponentPublicInstance; declare const _default: import("vue").DefineComponent; default: () => never[]; }; filter: PropType<(columnType: string, options: import("../../select").SelectOption[], values: string[]) => import("../../select").SelectOption[]>; formatter: { type: PropType<(type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption>; default: (type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption; }; } & { columnsType: { type: PropType; default: () => string[]; }; minDate: { type: DateConstructor; default: () => Date; validator: (val: unknown) => val is Date; }; maxDate: { type: DateConstructor; default: () => Date; validator: (val: unknown) => val is Date; }; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "cancel" | "confirm")[], "update:modelValue" | "change" | "cancel" | "confirm", import("vue").PublicProps, Readonly; default: () => never[]; }; filter: PropType<(columnType: string, options: import("../../select").SelectOption[], values: string[]) => import("../../select").SelectOption[]>; formatter: { type: PropType<(type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption>; default: (type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption; }; } & { columnsType: { type: PropType; default: () => string[]; }; minDate: { type: DateConstructor; default: () => Date; validator: (val: unknown) => val is Date; }; maxDate: { type: DateConstructor; default: () => Date; validator: (val: unknown) => val is Date; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; }>, { modelValue: string[]; loading: boolean; allowHtml: boolean; readonly: boolean; formatter: (type: string, option: import("../../select").SelectOption) => import("../../select").SelectOption; optionHeight: string | number; showToolbar: boolean; swipeDuration: string | number; visibleOptionNum: string | number; minDate: Date; maxDate: Date; columnsType: DateSelectColumnType[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;