import { IconProps } from '../Icon'; declare function SvgBlock(props: IconProps): JSX.Element; export default SvgBlock;