import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NoOrphanDirective { private el; /** * constructor * @param el Directive element reference */ constructor(el: ElementRef); /** * Angular AfterViewInit handler. Finds the last index of " " in a string and replaces it with " " * so that when the test wraps. We avoid having an orphan word. */ ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }