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