import { FC } from 'react'; import { BlockRenderProps } from '../../types'; declare const Embed: FC; export default Embed;