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