import type { FivePlugin } from '@realsee/five';
import type { ModelTVVideoPluginExportType, ModelTVVideoPluginParameterType } from './typings';
export declare const ModelTVVideoPlugin: FivePlugin<ModelTVVideoPluginParameterType, ModelTVVideoPluginExportType>;
export default ModelTVVideoPlugin;
