import { IconProps } from '../../iconUtils'; export declare const AccountTreeFill: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type AccountTreeFillProps = IconProps; export default AccountTreeFill;