/**
 * This file was generated automatically
 * Do not edit directly
 */
export interface ColorPalette {
    white: string;
    black: string;
    brandGradient: {
        [key: string]: string;
    };
    green: {
        [key: string]: string;
    };
    red: {
        [key: string]: string;
    };
    yellow: {
        [key: string]: string;
    };
    orange: {
        [key: string]: string;
    };
    blue: {
        [key: string]: string;
    };
    purple: {
        [key: string]: string;
    };
    pink: {
        [key: string]: string;
    };
    brown: {
        [key: string]: string;
    };
    teal: {
        [key: string]: string;
    };
    cyan: {
        [key: string]: string;
    };
    gray: {
        [key: string]: string;
    };
}
export declare class Convert {
    static toColorPalette(json: string): ColorPalette;
    static colorPaletteToJson(value: ColorPalette): string;
}
//# sourceMappingURL=colors.d.ts.map