import { OnInit } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; import { WorkItemModel } from '../../../models/work-item'; import { UIWorkFieldModel, UIPropertyModel } from 'e5core-angular-services'; export declare class E5coreUiWorkFieldSwitchComponent implements OnInit { workItem$: BehaviorSubject; field: UIWorkFieldModel; property: UIPropertyModel; readonly: boolean; RegexGuid: string; RegexCurrency: string; RegexDecimal: string; constructor(); ngOnInit(): void; }