import { FC } from "react"; import { IIconProps } from "types"; declare const BlockSvg: FC; export default BlockSvg;