import { External } from '../../BlockType'; interface IProps { external: External; } export default function ExternalBlock({ external }: IProps): import("react/jsx-runtime").JSX.Element; export {};