export declare class ComboOption { value: any; text: any; constructor(value: any, text: any); static YES_NO: { value: string; text: string; }[]; static WORK_FOR_EMPL: { value: string; text: string; }[]; static YES_NO_NA: { value: string; text: string; }[]; static EMPLOYER_TYPE: { value: string; text: string; }[]; static MILITARY_SERVICE: { value: string; text: string; }[]; static MILITARY_SERVICE_USSF: { value: string; text: string; }[]; static COUNTRY: { value: string; text: string; }[]; static WORK_COUNTRY: { value: string; text: string; }[]; static PAY_PERIOD: { value: string; text: string; }[]; static PAY_PERIOD_CT: { value: string; text: string; }[]; static SHIFT: { value: string; text: string; }[]; static DIDWORK: { value: string; text: string; }[]; static WORKWEEK: { value: string; text: string; }[]; static DISSMISALPAYOPTIONS: { value: string; text: string; }[]; static REMUNERATION_TYPES: { value: string; text: string; }[]; static PAYMENT_METHOD: { value: string; text: string; }[]; static WAGE_PROOF: { value: string; text: string; }[]; static US_STATES: { value: string; text: string; }[]; static CA_STATES: { value: string; text: string; }[]; static CLAIMANT_PROFILE_OPTS: { value: string; text: string; }[]; static CLAIMANT_PROFILE_OPTS_IVR: { value: string; text: string; }[]; static WAGE_TYPES: { value: string; text: string; }[]; static PAYMENT_TYPES: { value: string; text: string; }[]; static PAYMENT_TYPES_CT: { value: string; text: string; }[]; static CONTACT_OPTIONS: { value: string; text: string; }[]; static FARM_TYPES: { value: string; text: string; }[]; } //# sourceMappingURL=ComboModel.d.ts.map