import { FancyVideoSource } from '../FancyVideoSource'; import { TFancyVideoWithHTMLAttrs } from './FancyVideo.model'; declare function FancyVideo(props: TFancyVideoWithHTMLAttrs): import("react/jsx-runtime").JSX.Element; declare namespace FancyVideo { var Source: typeof FancyVideoSource; } export default FancyVideo;