import { EnumHelper } from "@jooler/inputs"; import { EmployeeStatus } from "./employee-status.model"; export declare class EmployeeStatusModelHelper { static label: string; static color: string; static description: string; static value: any; static getItems(): EnumHelper[]; static setStringValueAndColor(type: EmployeeStatus): void; static getLabelAndColorForValue(value: EmployeeStatus): any; }