import type { PropType } from 'vue'; import type { ModelValueProp, ModelValidatorProp, Elements } from '#composables'; import type { Theme, Size, Radius, Spacing } from '#utilities'; declare const __VLS_export: import("vue").DefineComponent string | boolean; }; valueOff: { type: (BooleanConstructor | StringConstructor)[]; default: (props: { valueOn: string | boolean; }) => false | ""; }; modelValue: { type: ModelValueProp; default: (props: { checked?: boolean; valueOn: string | boolean; valueOff: string | boolean; }) => string | boolean; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; track: { type: PropType<"on" | "off">; validator: (v: string) => boolean; }; labelOn: StringConstructor; labelOff: StringConstructor; highlight: BooleanConstructor; iconOn: StringConstructor; iconOff: StringConstructor; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly string | boolean; }; valueOff: { type: (BooleanConstructor | StringConstructor)[]; default: (props: { valueOn: string | boolean; }) => false | ""; }; modelValue: { type: ModelValueProp; default: (props: { checked?: boolean; valueOn: string | boolean; valueOff: string | boolean; }) => string | boolean; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; track: { type: PropType<"on" | "off">; validator: (v: string) => boolean; }; labelOn: StringConstructor; labelOff: StringConstructor; highlight: BooleanConstructor; iconOn: StringConstructor; iconOff: StringConstructor; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>> & Readonly<{}>, { value: string | boolean; size: Size; checked: boolean; disabled: boolean; showErrors: boolean; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; spacing: Spacing; modelValue: string | boolean | string[] | import("#composables").Model | import("#composables").ModelWrapper; descendant: boolean; eagerValidation: boolean; valueOn: string | boolean; valueOff: string | boolean; highlight: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Switch.vue.d.ts.map