import { IIconProps, ILabelProps, IPersonaPresenceProps } from 'office-ui-fabric-react';
import { ISlottableComponentType } from '../Foundation';
export declare const Icon: ISlottableComponentType<IIconProps>;
export declare const Label: ISlottableComponentType<ILabelProps>;
export declare const PersonaPresence: ISlottableComponentType<IPersonaPresenceProps>;
