import { FC } from 'react'; import { VideoInterface } from './video.types'; export declare const Video: FC;