import { VideoConfig } from './config'; declare const Root: { currentConfig: VideoConfig | null; }; export { Root };