import type { RenderElementPropsWithStyle } from '@dslate/core';
declare const Video: ({ attributes, children, element, style, }: RenderElementPropsWithStyle) => import("react/jsx-runtime").JSX.Element;
export default Video;
