import { Themecolor } from '../@declares';
export declare const ColorRecords: {
    key: Themecolor;
    isBrand?: true;
    hex: string;
}[];
export declare const SetThemeColorTag: () => void;
declare const ThemeColors: {
    [key in Themecolor]: {
        alfa(alfa?: number): string;
        hex: string;
        isBrand?: true;
    };
};
export { ThemeColors };
