import { ElementRef, Renderer2 } from '@angular/core'; import { DefaultValueAccessor, NgControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class UmDefaultControlValueAccessor extends DefaultValueAccessor { constructor(renderer: Renderer2, elementRef: ElementRef, _compositionMode: boolean, ngControl: NgControl); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }