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