export declare const useThemeStore: () => { theme: import("vue").Ref; toggleTheme: () => void; };