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