export declare class BasicModel { idtechnique: number; id: number; label: string; label2: string; checked: boolean; date: string; accountingDate: string; idParent: number; constructor(id?: number, label?: string, label2?: string, checked?: boolean, idtechnique?: number, date?: string, accountingDate?: string, idParent?: number); } //# sourceMappingURL=basic.model.d.ts.map