import { FormGenModel } from './../../../shared/models/form-gen.model'; import { FormGroup } from '@angular/forms'; import { IDevice } from '@ahryman40k/ts-fhir-types/lib/R4'; import { AbstractAddComponent } from '../../../shared/abstracts/add/abstract-add/abstract-add.component'; export declare const DEVICE_DATA_LIST: FormGenModel[]; export declare const STATUS_LIST: FormGenModel[]; export declare class DeviceAddComponent extends AbstractAddComponent { deviceDataList: FormGenModel[]; statusList: FormGenModel[]; typeList: FormGenModel[]; constructor(); resetForm(): FormGroup; }