import { type Ref } from 'vue'; export type ThemeMode = 'light' | 'dark'; export declare function useThemeMode(target: Ref): Ref;