import * as React from 'react'; import { Icon } from '../icon/Icon'; export declare const AvatarIcon: ({ is }: { is: typeof Icon; }) => React.JSX.Element;