import type { PropType } from 'vue'; import type { Theme, Size, Radius, Spacing } from '#utilities'; declare const __VLS_export: import("vue").DefineComponent; default: string; validator: (v: string) => boolean; }; type: { type: PropType<"text" | "password">; default: string; validator: (v: string) => boolean; }; autoselect: BooleanConstructor; prefix: StringConstructor; suffix: StringConstructor; icon: StringConstructor; iconLeft: StringConstructor; iconRight: StringConstructor; buttonBefore: ObjectConstructor; buttonAfter: ObjectConstructor; underline: { type: BooleanConstructor; default: () => boolean; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; validator: (v: string) => boolean; }; type: { type: PropType<"text" | "password">; default: string; validator: (v: string) => boolean; }; autoselect: BooleanConstructor; prefix: StringConstructor; suffix: StringConstructor; icon: StringConstructor; iconLeft: StringConstructor; iconRight: StringConstructor; buttonBefore: ObjectConstructor; buttonAfter: ObjectConstructor; underline: { type: BooleanConstructor; default: () => boolean; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>> & Readonly<{}>, { size: Size; type: "text" | "password"; disabled: boolean; placeholder: string; floatLabel: boolean; showErrors: boolean; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; spacing: Spacing; descendant: boolean; underline: boolean; textAlign: "right" | "left" | "center"; autoselect: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=InputTextBase.vue.d.ts.map