/** * Scalar Color Mode Toggle component * * A toggle that toggles between light and dark mode * using the {@link useColorMode} hook. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** * The style of the toggle. * @default 'switch' */ variant?: "switch" | "icon"; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ /** * The style of the toggle. * @default 'switch' */ variant?: "switch" | "icon"; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarColorModeToggle.vue.d.ts.map