export declare class StatusColorDirective { private statusColorConfig; get backgroundColor(): any; get textColor(): any; statusColor: string; constructor(statusColorConfig: any); }