import { PropType } from 'vue'; import { SfSelectSize } from '../../index.ts'; declare function __VLS_template(): { default?(_: {}): any; chevron?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; default: SfSelectSize; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; invalid: { type: BooleanConstructor; default: boolean; }; modelValue: { type: StringConstructor; default: string; }; wrapperClassName: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (param: string) => void; }, string, import('vue').PublicProps, Readonly; default: SfSelectSize; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; invalid: { type: BooleanConstructor; default: boolean; }; modelValue: { type: StringConstructor; default: string; }; wrapperClassName: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((param: string) => any) | undefined; }>, { invalid: boolean; size: "base" | "sm" | "lg"; disabled: boolean; modelValue: string; placeholder: string; required: boolean; wrapperClassName: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=SfSelect.vue.d.ts.map