import { FC } from "react";
interface BlockIconProps {
}
declare const BlockIcon: FC<BlockIconProps>;
export default BlockIcon;
