export declare const isDark: import("@vueuse/core").UseDarkReturn; export declare const toggleDark: (value?: boolean | undefined) => boolean;