import type { FormKitFrameworkContext } from '@formkit/core'; import type { InputMaskProps } from 'primevue/inputmask'; import type { PropType } from 'vue'; export interface FormKitPrimeInputMaskProps { mask?: InputMaskProps['mask']; slotChar?: InputMaskProps['slotChar']; autoClear?: InputMaskProps['autoClear']; unmask?: InputMaskProps['unmask']; pt?: InputMaskProps['pt']; ptOptions?: InputMaskProps['ptOptions']; unstyled?: InputMaskProps['unstyled']; invalid?: InputMaskProps['invalid']; variant?: InputMaskProps['variant']; size?: InputMaskProps['size']; } declare const __VLS_export: import("vue").DefineComponent; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;