import type { PickerProps } from '~/types'; declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps, { visible: boolean; title: string; selectionLabel: string; confirmLabel: string; cancelLabel: string; isLoading: boolean; emptyStateLabel: string; searchPlaceholder: string; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (...args: any[]) => void; "update:visible": (...args: any[]) => void; confirm: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly, { visible: boolean; title: string; selectionLabel: string; confirmLabel: string; cancelLabel: string; isLoading: boolean; emptyStateLabel: string; searchPlaceholder: string; }>>> & { onConfirm?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; onSearch?: ((...args: any[]) => any) | undefined; }, { title: string; visible: boolean; confirmLabel: string; cancelLabel: string; selectionLabel: string; isLoading: boolean; emptyStateLabel: string; searchPlaceholder: string; }, {}>; export default _default; declare type __VLS_NonUndefinedable = T extends undefined ? never : T; declare type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; declare type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; declare type __VLS_Prettify = { [K in keyof T]: T[K]; } & {};