import { ChangeEvent, ClickEvent, InputEvent, InteractionEvent } from "../../shared/model.js"; import { DBSelectOptionType, DBSelectProps } 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; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; name: 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; onClick: (event: ClickEvent) => void; multiple: boolean; 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; 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; options: DBSelectOptionType[]; showEmptyOption: boolean; }, {}, {}, {}, 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; }; };