import * as React from "react"; import type { BlocksProps } from "./blocks.types"; declare function Blocks(props: BlocksProps): React.JSX.Element; export default Blocks;