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