import { IconCollection, IconElement } from '../Icon'; export declare class IconAvatarCollection implements IconCollection { setup(element: IconElement): void; draw(element: IconElement): import("react").JSX.Element; }