import type { PropType } from 'vue'; import type { ModelValueProp, ModelValidatorProp, Elements } from '#composables'; import type { Theme, Size, Radius, Spacing } from '#utilities'; declare const __VLS_export: import("vue").DefineComponent; default: (props: { value: string; }) => string; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; placeholder: { type: StringConstructor; default: string; }; max: StringConstructor; textAlign: { type: PropType<"left" | "center" | "right">; default: string; validator: (v: string) => boolean; }; rows: StringConstructor; resize: BooleanConstructor; underline: { type: BooleanConstructor; default: () => boolean; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; validationDelay: { type: NumberConstructor; default: () => number; }; 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: (props: { value: string; }) => string; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; placeholder: { type: StringConstructor; default: string; }; max: StringConstructor; textAlign: { type: PropType<"left" | "center" | "right">; default: string; validator: (v: string) => boolean; }; rows: StringConstructor; resize: BooleanConstructor; underline: { type: BooleanConstructor; default: () => boolean; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; validationDelay: { type: NumberConstructor; default: () => number; }; 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<{}>, { resize: boolean; value: string; size: Size; disabled: boolean; placeholder: string; floatLabel: boolean; showErrors: boolean; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; spacing: Spacing; modelValue: string | import("#composables").Model | import("#composables").ModelWrapper; descendant: boolean; underline: boolean; textAlign: "right" | "left" | "center"; eagerValidation: boolean; validationDelay: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Textarea.vue.d.ts.map