import { IVideo } from "./types"; export default function Video(props: IVideo): import("react/jsx-runtime").JSX.Element;