import { CommonVideoElement } from "../../../typings"; import React from "react"; export declare const Video: (props: { attributes: CommonVideoElement["attributes"]; data: CommonVideoElement["data"]; scale: number; }) => React.JSX.Element;