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