import { ElementRef, Renderer2 } from '@angular/core'; import { Store } from '@ngrx/store'; import { SubscriptionnerDirective } from '../../../dashboard/components/subscriptionner.directive'; import * as i0 from "@angular/core"; export declare class YapHiddenWhenOverlayDirective extends SubscriptionnerDirective { private _elRef; private _renderer; private store; constructor(_elRef: ElementRef, _renderer: Renderer2, store: Store); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }