import { ElementRef, OnInit, OnDestroy } from '@angular/core'; export declare class AppendToDirective implements OnInit, OnDestroy { private elementRef; appAppendTo: string; showVeil: boolean; element: HTMLElement; veil: HTMLElement; constructor(elementRef: ElementRef); ngOnDestroy(): void; ngOnInit(): void; }