import { MobileNavigationComponent } from '../mobile-navigation/mobile-navigation.component';
export declare class OrientationDirective {
    private readonly window;
    private readonly mobileNavMenu;
    constructor(document: Document, window: Window, mobileNavMenu: MobileNavigationComponent);
    onInitialise(): void;
    private _isLandScape;
}
