import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const Video: Type & { VideoObject: Type; Clip: Type; }; export { Video };