export declare const isDark: import("vue").WritableComputedRef; export declare const toggleDark: (value?: boolean | undefined) => boolean;