declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; type __VLS_WithSlots = T & (new () => { $slots: S; }); declare const __VLS_base: import("vue").DefineComponent any[]; }; clearable: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { input: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly any[]; }; clearable: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onInput?: (...args: any[]) => any; }>, { mode: string; required: boolean; value: string | number; label: string; disabled: boolean; lang: string; placeholder: string; customValidators: unknown[]; clearable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; type __VLS_Slots = { label?: (props: { label: string; }) => any; };