import { ThemeType } from '../type';
export declare const themeStore: import('pinia').StoreDefinition<"theme", Pick<{
    theme: import('vue').Ref<ThemeType, ThemeType>;
    setTheme: (type: ThemeType) => void;
}, "theme">, Pick<{
    theme: import('vue').Ref<ThemeType, ThemeType>;
    setTheme: (type: ThemeType) => void;
}, never>, Pick<{
    theme: import('vue').Ref<ThemeType, ThemeType>;
    setTheme: (type: ThemeType) => void;
}, "setTheme">>;
