import { ElementRef, EventEmitter, OnInit } from "@angular/core"; import { SubscribableDirective } from "ngx-subscribable"; import * as i0 from "@angular/core"; export declare class OpenableDirective extends SubscribableDirective implements OnInit { private readonly hostRef; show: EventEmitter>; hide: EventEmitter>; afterShow: EventEmitter>; afterHide: EventEmitter>; constructor(hostRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class OpenableExtendedDirective extends SubscribableDirective implements OnInit { private readonly hostRef; initialFocus: EventEmitter>; requestClose: EventEmitter>; constructor(hostRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }