export default VideoElement; declare function VideoElement({ attributes, element, children }: { attributes: any; element: any; children: any; }): JSX.Element | null; declare namespace VideoElement { namespace propTypes { let element: import("prop-types").Validator; width: import("prop-types").Validator; }>>>; let attributes: import("prop-types").Validator>>; let children: import("prop-types").Validator>; } } //# sourceMappingURL=VideoElement.d.ts.map