import type { BlockComponentType } from './types';
declare const BlockComponent: BlockComponentType<"div">;
export default BlockComponent;
