declare const _sfc_main: import("vue").DefineComponent<{ value: { type: BooleanConstructor; required: true; }; ariaLabel: { type: StringConstructor; required: true; }; }, { __sfc: boolean; props: Readonly>>; emit: (e: "input", value: boolean) => void; switchValue: import("vue").WritableComputedRef; switchState: import("vue").ComputedRef<"default" | "checked">; toggleSwitchStyle: string; toggleSwitchInputStyle: string; toggleSwitchSliderStyle: string; toggleSwitchColorStyle: Record<"default" | "checked", string>; toggleSwitchSliderCheckedStyle: string; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly>, {}>; export default _sfc_main;