import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NavbarFullscreenComponent implements OnInit {
    isFullscreen: boolean;
    ngOnInit(): void;
    toggleFullscreen(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NavbarFullscreenComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavbarFullscreenComponent, "amt-navbar-fullscreen", never, {}, {}, never, never, true, never>;
}
