import { ElementRef } from '@angular/core'; import { FieldComponent } from './field.component'; import * as i0 from "@angular/core"; /** * Marks an element as something that should be rendered in field note affix slot. * @internal */ export declare class FieldNoteSuffixDirective { private elementRef; private field; constructor(elementRef: ElementRef, field: FieldComponent); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }