import { AfterViewInit, ElementRef, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UsaInputAffixDirective implements AfterViewInit { private el; private renderer; private viewContainer; prefix: TemplateRef | string; suffix: TemplateRef | string; constructor(el: ElementRef, renderer: Renderer2, viewContainer: ViewContainerRef); ngAfterViewInit(): void; /** * * @param affix Template or string to be displayed as prefix or suffix. * @param affixClass USWDS class to apply to element */ handleAffix(affix: TemplateRef | string, affixClass: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }