import { ComponentType } from 'react'; import { VideoProperties } from './types'; export declare const Video: ComponentType; export declare const isAvailable: boolean;