type Theme = "light" | "dark"; type Callback = (mode: Theme) => void; export declare function useTheme(_cb?: Callback): readonly [import('vue').ComputedRef, () => void]; export {}; //# sourceMappingURL=useTheme.d.ts.map