import { ChangeDetectorRef, ComponentRef, OnDestroy, ViewContainerRef } from '@angular/core'; import { SingFloatingErrorComponent } from './components/floating-error/floating-error.component'; import * as i0 from "@angular/core"; export declare class FloatingErrorDirective implements OnDestroy { private container; private cdr; private vcr; private _errorMassage; set errorMassage(errorMassage: string); get errorMassage(): string; component: ComponentRef; constructor(container: ViewContainerRef, cdr: ChangeDetectorRef, vcr: ViewContainerRef); handleError(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=floating-error.directive.d.ts.map