import { DBSelectOptionType, DBSelectProps } from "./model"; declare const _default: __VLS_WithTemplateSlots void; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; name: string; label: string; value: any; variant: "above" | "floating"; children: any; className: string; id: string; onClick: (event: MouseEvent) => void; 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; 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; options: DBSelectOptionType[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLSelectElement; }, HTMLDivElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };