import { ICalloutProps, IContextualMenuProps, IFontIconProps, IIconProps, ILabelProps, IListProps, IPersonaPresenceProps, PersonaPresence } from 'office-ui-fabric-react'; import { ISlotProp } from '../Foundation'; export declare type ICalloutSlot = ISlotProp; export declare type IContextualMenuSlot = ISlotProp; export declare type IFontIconSlot = ISlotProp; export declare type IIconSlot = ISlotProp; export declare type ILabelSlot = ISlotProp; export declare type IListSlot = ISlotProp; export declare type IPersonaPresenceSlot = ISlotProp;