import * as Object3DHelperPluginType from './typing'; import type { Five } from '@realsee/five'; import { Controller } from './Controller'; export declare const Object3DHelperPlugin: (five: Five) => Controller; export { Controller as Object3DHelperController }; export type { Object3DHelperPluginType };