import { Vector3 } from 'three';
import { AViewerPluginSync, ThreeViewer } from '../../viewer';
export declare class HDRiGroundPlugin extends AViewerPluginSync {
    static readonly PluginType = "HDRiGroundPlugin";
    enabled: boolean;
    worldRadius: number;
    tripodHeight: number;
    originPosition: Vector3;
    promptOnBackgroundMismatch: boolean;
    constructor(enabled?: boolean, promptOnBackgroundMismatch?: boolean);
    setDirty(): void;
    onAdded(viewer: ThreeViewer): void;
}
//# sourceMappingURL=../../src/plugins/extras/HDRiGroundPlugin.d.ts.map