/// import { BlockProps } from "./types"; declare const BlockView: (props: BlockProps) => import("react").JSX.Element; export default BlockView;