import { ElementRef } from '@angular/core'; import { LayoutComponent } from './layout.component'; import { PanelComponent } from '../panel/panel.component'; import * as i0 from "@angular/core"; export declare class LayoutPanelComponent extends PanelComponent { layout: LayoutComponent; hostRef: ElementRef; title: string; region: string; float: boolean; split: boolean; animate: boolean; collapsible: boolean; collapseToShrinkBody: boolean; isExpanding: boolean; _collapsed: boolean; get collapsed(): boolean; set collapsed(value: boolean); get top(): number; get bottom(): number; constructor(layout: LayoutComponent, hostRef: ElementRef); ngAfterContentInit(): void; onDocumentClick(event: any): void; onSlideEnd(event: any): void; onClickCollapsibleTool1(event: any): void; expand(): void; collapse(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }