import * as i0 from "@angular/core"; export declare class GuidedPaneComponent { paneId: string; active: boolean; /** * Host element binding for the display of the pane */ get getTop(): "none" | "block"; /** * Host element binding for the height of the pane */ get fullHeight(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }