import { OnInit } from '@angular/core'; import { UserField } from './models/user-field'; import { AbstractDataFieldComponent } from '../models/abstract-data-field-component'; import * as i0 from "@angular/core"; /** * @deprecated as of v6.4.0 * */ /** * 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 AbstractUserFieldComponent extends AbstractDataFieldComponent implements OnInit { dataField: UserField; protected constructor(informAboutInvalidData: boolean | null); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }