import { PropType, ConcreteComponent } from 'vue'; import { SfInputSize } from '../../index.ts'; declare const _default: __VLS_WithTemplateSlots; default: string; }; size: { type: PropType<`${SfInputSize}`>; default: SfInputSize; }; invalid: { type: BooleanConstructor; default: boolean; }; wrapperClass: { type: (ObjectConstructor | StringConstructor)[]; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string | number) => void; }, string, import('vue').PublicProps, Readonly; default: string; }; size: { type: PropType<`${SfInputSize}`>; default: SfInputSize; }; invalid: { type: BooleanConstructor; default: boolean; }; wrapperClass: { type: (ObjectConstructor | StringConstructor)[]; default: string; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; }>, { invalid: boolean; size: "base" | "sm" | "lg"; wrapperTag: string | ConcreteComponent; wrapperClass: string | Record; modelValue: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, { prefix?(_: {}): any; suffix?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=SfInput.vue.d.ts.map