import type { XyOptionValue } from "../core"; import type { XySwitchProps } from "./types"; interface XySwitchDefineProps extends XySwitchProps { classNames?: XySwitchProps["classNames"]; styles?: XySwitchProps["styles"]; } declare var __VLS_7: "checked" | "unchecked", __VLS_8: { checked: boolean; value: XyOptionValue; }; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent void | undefined; focus: (options?: FocusOptions) => void | undefined; readonly nativeElement: HTMLButtonElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (event: FocusEvent) => any; change: (value: XyOptionValue, event: Event) => any; click: (value: XyOptionValue, event: MouseEvent) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: XyOptionValue) => any; "update:checked": (checked: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: XyOptionValue, event: Event) => any) | undefined; onClick?: ((value: XyOptionValue, event: MouseEvent) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: XyOptionValue) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { loading: boolean; defaultChecked: boolean; activeText: string; activeValue: XyOptionValue; inactiveText: string; inactiveValue: XyOptionValue; }, {}, {}, {}, string, import("vue").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; }; };