import { ElementRef, NgZone, Renderer2 } from "@angular/core"; import type { AfterContentInit } from "@angular/core"; import type { ControlValueAccessor } from "@angular/forms"; import type { RadioGroup } from "@fabric-msft/fabric-web"; import * as i0 from "@angular/core"; export declare class FabricRadioGroupControlDirective implements ControlValueAccessor, AfterContentInit { protected z: NgZone; private renderer; protected el: RadioGroup; name: string; value: string; disabled: boolean; private _initialValue; private observer; constructor(r: ElementRef, z: NgZone, renderer: Renderer2); ngAfterContentInit(): void; private listenForChanges; writeValue(newValue: string): void; onChange: (value: string) => void; registerOnChange(onChange: (value: string) => void): void; onTouched: (value: string) => void; registerOnTouched(onTouched: () => void): void; setDisabledState(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=radioGroup.directive.d.ts.map