import type { Five } from '@realsee/five'; import type * as OrientationPluginType from './typing'; import { Controller } from './Controller'; export { RoundedBoxGeometry } from './RoundedBoxGeometry'; export declare const OrientationPlugin: (five: Five, params?: OrientationPluginType.Params) => Controller; export type { OrientationPluginType, Controller as OrientationPluginController };