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