import React from 'react'; import { UVideoBlock as UVideoBlockElement } from '../components-extra/UVideoBlock'; export declare const UVideoBlock: React.ForwardRefExoticComponent< Omit, keyof React.HTMLAttributes> & Omit, never> & React.RefAttributes & { } >; export type UVideoBlockProps = React.ComponentProps;