import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FlyoutZoneDirective { private elementRef; class: boolean; auiFlyoutZone: boolean; isExpanded: boolean; element: HTMLElement; constructor(elementRef: ElementRef); get flyoutZoneIsExpanded(): boolean; contains(element: HTMLElement): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }