import { ChangeEvent, InteractionEvent } from "../../shared/model.js"; import { DBSwitchProps } 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:checked"?: ((...args: any[]) => any) | undefined; }>, { id: string; children: any; className: string; propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType; name: string; label: string; value: any; disabled: boolean | string; onFocus: (event: InteractionEvent) => void; onBlur: (event: InteractionEvent) => void; onChange: (event: ChangeEvent) => void; variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantHorizontalType; size: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType; icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType; required: boolean | string; showRequiredAsterisk: boolean | string; showLabel: boolean | string; checked: boolean | string; message: string; validMessage: string; invalidMessage: string; messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes; showMessage: boolean | string; visualAid: boolean | string; }, {}, {}, {}, 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; }; };