import { ChangeEvent, InputEvent, InteractionEvent } from "../../shared/model.js"; import { DBTextareaProps } from "./model.js"; declare const __VLS_export: import("@vue/runtime-core").DefineComponent void; }, string, import("@vue/runtime-core").PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { id: string; className: string; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; name: string; form: string; input: (event: InputEvent) => void; label: string; value: any; disabled: boolean | string; onFocus: (event: InteractionEvent) => void; onBlur: (event: InteractionEvent) => void; onChange: (event: ChangeEvent) => void; onInput: (event: InputEvent) => void; variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantType; wrap: import("./model.js", { with: { "resolution-mode": "import" } }).TextareaWrapType; resize: import("./model.js", { with: { "resolution-mode": "import" } }).TextareaResizeType; ariaDescribedBy: string; validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType; required: boolean | string; showRequiredAsterisk: boolean | string; showLabel: boolean | string; placeholder: string; message: string; validMessage: string; invalidMessage: string; messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; autocomplete: string | import("../../shared/model.js", { with: { "resolution-mode": "import" } }).AutoCompleteType; autoComplete: string | import("../../shared/model.js", { with: { "resolution-mode": "import" } }).AutoCompleteType; showMessage: boolean | string; maxLength: number | string; minLength: number | string; maxlength: number | string; minlength: number | string; readOnly: boolean | string; readonly: boolean | string; fieldSizing: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).FieldSizingType; rows: number | string; cols: number | string; showResizer: boolean | string; spellCheck: boolean; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;