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