import { ChangeEvent, InputEvent, InteractionEvent, ValueLabelType } from "../../shared/model.js"; import { DBInputProps } from "./model.js"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent void; }, string, import("@vue/runtime-core").PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { id: string; children: any; className: string; autofocus: boolean | string; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; name: string; form: string; input: (event: InputEvent) => void; label: string; pattern: string; value: any; disabled: boolean | string; onFocus: (event: InteractionEvent) => void; onBlur: (event: InteractionEvent) => void; onChange: (event: ChangeEvent) => void; onInput: (event: InputEvent) => void; type: import("./model.js", { with: { "resolution-mode": "import" } }).InputTypeType | string; multiple: boolean | string; variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantType; size: number; icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; showIcon: boolean | string; showIconLeading: boolean | string; showIconTrailing: boolean | string; iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; 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; dataList: string[] | ValueLabelType[]; dataListId: string; accept: string; max: number | string; min: number | string; step: number | string; enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send"; inputmode: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url"; messageSize: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType; validMessageSize: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType; invalidMessageSize: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType; 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; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };