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