import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter, OnInit, AfterViewInit } from '@angular/core'; import { FieldLabelPosition } from '@fluentui/web-components'; import * as i0 from "@angular/core"; export declare class FieldComponent implements OnInit, AfterViewInit { private c; protected z: NgZone; protected el: HTMLElement; labelPosition: FieldLabelPosition; labelSlotChanged: EventEmitter; messageSlotChanged: EventEmitter; slottedInputsChanged: EventEmitter; inputChanged: EventEmitter; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class FieldWrapperModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=fieldProxy.component.d.ts.map