export declare function useElementPlusTheme(color?: string): {
    changeTheme: (color?: string | null) => void;
};
