export declare class StatusType {
    status: string;
    color: string;
    description: string;
}
//# sourceMappingURL=status.type.d.ts.map