import React from 'react';
import { IVideoStandAlone } from './types/video';
export declare const VideoStandAlone: React.ForwardRefExoticComponent<IVideoStandAlone & React.RefAttributes<HTMLDivElement>>;
