export declare function useTheme(defaultTheme?: string): {
    theme: import('vue').Ref<string, string>;
};
