/// <reference types="react" />
import type { BlockProps } from './type';
declare const Block: import("react").NamedExoticComponent<BlockProps>;
export default Block;
