export declare class EntityChartColorPaltte {
    existsColor: string;
    additionsColor: string;
}
export declare const defaultEntityChartColorPaltte: EntityChartColorPaltte;
export declare const entityChartColorPlattes: {
    [entityTypeId: number]: EntityChartColorPaltte;
};
