import { DBInputProps } from "./model"; import { ValueLabelType } from "../../shared/model"; declare const _default: __VLS_WithTemplateSlots void; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; name: string; step: string | number; label: string; type: string; value: any; variant: "above" | "floating"; children: any; className: string; id: string; autofocus: boolean; icon: import("@db-ui/foundations").BaseIconTypes | import("@db-ui/foundations").LooseAutocomplete; showIcon: boolean; blur: (event: FocusEvent) => void; change: (event: Event) => void; focus: (event: FocusEvent) => void; input: (event: Event) => void; form: string; pattern: string; onFocus: (event: FocusEvent) => void; onBlur: (event: FocusEvent) => void; onChange: (event: Event) => void; onInput: (event: Event) => void; validation: "invalid" | "valid" | "no-validation"; required: boolean; showLabel: boolean; placeholder: string; message: string; validMessage: string; invalidMessage: string; messageIcon: import("@db-ui/foundations").BaseIconTypes | import("@db-ui/foundations").LooseAutocomplete; autocomplete: string; showMessage: boolean; dataList: string[] | ValueLabelType[]; dataListId: string; max: string | number; min: string | number; maxLength: number; minLength: number; readOnly: boolean; iconAfter: import("@db-ui/foundations").BaseIconTypes | import("@db-ui/foundations").LooseAutocomplete; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLInputElement; }, HTMLDivElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };