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