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