/** * Scalar Color Mode Toggle Button component * * A dumb button that toggles between a sun and moon icon. * * If you need a toggle that is aware of and sets color mode, * you want {@link ScalarColorModeToggle} instead. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** Whether the toggle is in dark mode */ modelValue?: boolean; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: boolean | undefined) => any; }, string, import("vue").PublicProps, Readonly<{ /** Whether the toggle is in dark mode */ modelValue?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarColorModeToggleButton.vue.d.ts.map