import { Sizes } from '../constants'; export interface Props { errorMessage?: string; help?: string; inputId?: string | null; isInvalid?: boolean; isSearch?: boolean; label?: string; mask?: string | Record | null; modelValue?: string | number | boolean; removeBorder?: boolean; size?: Sizes; tooltip?: string; } type __VLS_Props = Props; type __VLS_ModelProps = { modelValue?: string | number | boolean; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_17: {}, __VLS_19: {}; type __VLS_Slots = {} & { 'leading-icon'?: (props: typeof __VLS_17) => any; } & { 'trailing-icon'?: (props: typeof __VLS_19) => any; }; declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | number | boolean) => any; } & { "update:modelValue": (value: string | number | boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, { label: string; mask: string | Record | null; size: Sizes; modelValue: string | number | boolean; tooltip: string; errorMessage: string; help: string; inputId: string | null; }, {}, {}, {}, 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; }; }; //# sourceMappingURL=CpInput.vue.d.ts.map