declare const _default: __VLS_WithTemplateSlots; variant: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => "filled" | "outlined" | "standard") | (() => "filled" | "outlined" | "standard") | ((new (...args: any[]) => "filled" | "outlined" | "standard") | (() => "filled" | "outlined" | "standard"))[], "filled" | "outlined" | "standard", unknown, string, boolean>; label: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; color: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor) | ((new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor))[], unknown, unknown, string, boolean>; size: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => "small" | "medium" | "large") | (() => "small" | "medium" | "large") | ((new (...args: any[]) => "small" | "medium" | "large") | (() => "small" | "medium" | "large"))[], "small" | "medium" | "large", unknown, string, boolean>; cs: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; error: import("@interface-ui/utils").InPropFinalized; supportingText: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (v: string) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; variant: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => "filled" | "outlined" | "standard") | (() => "filled" | "outlined" | "standard") | ((new (...args: any[]) => "filled" | "outlined" | "standard") | (() => "filled" | "outlined" | "standard"))[], "filled" | "outlined" | "standard", unknown, string, boolean>; label: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; color: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor) | ((new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor))[], unknown, unknown, string, boolean>; size: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => "small" | "medium" | "large") | (() => "small" | "medium" | "large") | ((new (...args: any[]) => "small" | "medium" | "large") | (() => "small" | "medium" | "large"))[], "small" | "medium" | "large", unknown, string, boolean>; cs: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; error: import("@interface-ui/utils").InPropFinalized; supportingText: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { "onUpdate:modelValue"?: ((v: string) => any) | undefined; }, { color: import("@interface-ui/utils").InPropMergeType<(new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor) | ((new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => import("@interface-ui/theme").AcceptableColor))[], unknown, unknown>; error: import("@interface-ui/utils").InPropMergeType; size: import("@interface-ui/utils").InPropMergeType<(new (...args: any[]) => "small" | "medium" | "large") | (() => "small" | "medium" | "large") | ((new (...args: any[]) => "small" | "medium" | "large") | (() => "small" | "medium" | "large"))[], "small" | "medium" | "large", unknown>; variant: import("@interface-ui/utils").InPropMergeType<(new (...args: any[]) => "filled" | "outlined" | "standard") | (() => "filled" | "outlined" | "standard") | ((new (...args: any[]) => "filled" | "outlined" | "standard") | (() => "filled" | "outlined" | "standard"))[], "filled" | "outlined" | "standard", unknown>; modelValue: string; }, {}>, { startAdornment?(_: { class: string[]; }): any; endAdornment?(_: { class: string[]; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };