import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WidgetDynamicDirective implements AfterViewInit, OnDestroy { private host; private readonly platformId; private readonly zone; /** Selector del nodo a mover (source) */ moveSelector: string; /** Reintentos */ moveMaxTries: number; moveIntervalMs: number; private observer?; private timer?; constructor(host: ElementRef); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }