import { AbstractDataFieldComponent } from '../models/abstract-data-field-component'; import * as i0 from "@angular/core"; /** * @deprecated * */ /** * Component that is created in the body of the task panel accord on the Petri Net, which must be bind properties. */ export declare abstract class AbstractFileFieldComponent extends AbstractDataFieldComponent { taskId: string; protected constructor(informAboutInvalidData: boolean | null); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }