import { ViewerInteraction } from "./ViewerInteraction"; export declare class ContainerViewerInteraction extends ViewerInteraction { private _container; constructor(_container: HTMLDivElement, useCapture?: boolean); }