type themeT = "light" | "dark"; export declare const useThemeStore: import('pinia').StoreDefinition<"theme", import('pinia')._UnwrapAll; setTheme: (v: themeT) => void; }, "theme">>, Pick<{ theme: import('vue').Ref; setTheme: (v: themeT) => void; }, never>, Pick<{ theme: import('vue').Ref; setTheme: (v: themeT) => void; }, "setTheme">>; export {};