import { RendererFactory2 } from '@angular/core';
import { StacheWindowRef } from './window-ref';
import * as i0 from "@angular/core";
export declare class StacheOmnibarAdapterService {
    #private;
    constructor(windowRef: StacheWindowRef, rendererFactory: RendererFactory2);
    checkForOmnibar(): void;
    getHeight(): number;
    omnibarEnabled(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<StacheOmnibarAdapterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<StacheOmnibarAdapterService>;
}
