export declare class CheckListType { value: any; text: string; constructor(value?: any, text?: string); }