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