import { OnInit, EventEmitter, ElementRef, OnChanges, SimpleChanges } from "@angular/core"; import { SubscribableDirective } from "ngx-subscribable"; import * as i0 from "@angular/core"; interface Openable { open: boolean; } export declare class OpenDirective extends SubscribableDirective implements OnInit, OnChanges { private hostRef; open: boolean; openChange: EventEmitter; constructor(hostRef: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private changeOpen; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export {};