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