import { VideoProps } from '@graphcms/rich-text-types'; export declare function Video({ src, width, height, title }: Partial): JSX.Element;