/// import { IIconProps } from './Icon.types'; /** * Icons are used for rendering an individual's avatar, presence and details. * They are used within the PeoplePicker components. */ export declare const Icon: (props: IIconProps) => JSX.Element;