import type { InputMaskProps } from './types'; type __VLS_Slots = { prefix?: () => unknown; suffix?: () => unknown; prepend?: () => unknown; append?: () => unknown; }; declare const __VLS_base: import("vue").DefineComponent void | undefined; blur: () => void | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { clear: (event: MouseEvent) => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; change: (value: string, event: Event) => any; input: (value: string, event: Event) => any; "update:modelValue": (value: string) => any; pressEnter: (event: KeyboardEvent) => any; complete: (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((event: MouseEvent) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string, event: Event) => any) | undefined; onInput?: ((value: string, event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onPressEnter?: ((event: KeyboardEvent) => any) | undefined; onComplete?: ((value: string) => any) | undefined; }>, { disabled: boolean; error: boolean; readonly: boolean | string; defaultValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; showWordLimit: boolean; maskChar: string | null; alwaysShowMask: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };