import { FormGroup } from '@angular/forms'; import { Input as InputProperty } from '../../interfaces/property'; import { PropertyComponent } from '../property/property.component'; import * as i0 from "@angular/core"; export declare class FileComponent extends PropertyComponent { value: InputProperty; form: FormGroup; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }