import { PluginVideoRecorderConfig } from './types'; import { ChartPlugin } from '../types'; export declare function PluginVideoRecorder(userConfig?: Partial): ChartPlugin; export default PluginVideoRecorder; export type { PluginVideoRecorderConfig, VideoRecorderAPI, VideoRecorderOptions, } from './types';