export default class ColorPalette {
    static readonly DEFAULT_COLORS: string[];
    static readonly FIXED_COLORS: string[];
    static readonly MATERIAL_DESIGN_COLORS: string[];
}
