import { OnInit, QueryList, EventEmitter } from '@angular/core'; import { BaseDirective } from '../../../../base.directive'; import { UxAppShellService } from '@eui/core'; import * as i0 from "@angular/core"; export declare class EuiPageColumnComponent extends BaseDirective implements OnInit { asService: UxAppShellService; size: any; label: any; isCollapsible: boolean; isCollapsed: boolean; isHighlighted: boolean; interactiveScrollbars: boolean; isCollapsedWithIcons: boolean; hasSidebarMenu: boolean; hasHeaderBodyShrinkable: boolean; collapsed: EventEmitter; headerCollapsed: EventEmitter; isActive: boolean; isHeaderBodyShrinked: boolean; get cssClasses(): string; customHeaderBodyContent: QueryList; customHeaderLeftContent: QueryList; customHeaderRightContent: QueryList; customHeaderCollapsedContent: QueryList; customFooterContent: QueryList; currentOffset: number; previousOffset: number; treshHold: number; constructor(asService: UxAppShellService); onBodyScoll(event: any): void; ngOnInit(): void; onToggle(): void; onMouseEnter(): void; onMouseLeave(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class EuiPageColumnHeaderBodyContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiPageColumnHeaderLeftContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiPageColumnHeaderRightContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiPageColumnHeaderCollapsedContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiPageColumnBodyContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiPageColumnFooterContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }