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