import { BaseInstrumentation } from '@grafana/faro-core';
export declare class ViewInstrumentation extends BaseInstrumentation {
    readonly name = "@grafana/faro-web-sdk:instrumentation-view";
    readonly version = "2.7.1";
    private notifiedView;
    private sendViewChangedEvent;
    initialize(): void;
}
