import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { IMenuButton } from '../../../../../gl-ng-buttons-frontend/src/lib/component/menu/simple/gl-component-button-menu-simple.interface'; import { THeaderTheme } from './gl-component-header-default.interface'; import * as i0 from "@angular/core"; export declare class GlComponentHeaderDefaultComponent implements OnInit, AfterViewInit, OnDestroy { systemLogo: boolean; labelModel: string; labelId: number; labelArea: string; theme: THeaderTheme; title: string; subtitle: string; menuButtons: IMenuButton[]; hideOnScrollDown: boolean; keyDown$: EventEmitter; readonly: boolean; private _previousScrollPosition; private _header; constructor(); onKeyDown(event: any): void; ngOnDestroy(): void; ngOnInit(): void; ngAfterViewInit(): void; scroll: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }