/// import { IconProps } from '../../types'; declare const UserBlock: (allProps: IconProps) => JSX.Element; export default UserBlock;