import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const UserLookupOutlined: React.MemoExoticComponent>; declare type UserLookupOutlinedRef = PathIconRef; declare type UserLookupOutlinedProps = PathIconProps; export { UserLookupOutlined }; export type { UserLookupOutlinedRef, UserLookupOutlinedProps }; export default UserLookupOutlined;