import { PersonaPresence } from '@fluentui/react'; import type { IButtonProps, ICalloutProps, IContextualMenuProps, IFontIconProps, IIconProps, ILabelProps, IListProps, IPersonaPresenceProps } from '@fluentui/react'; import type { ISlotProp } from '@fluentui/foundation-legacy'; export type IButtonSlot = ISlotProp; export type ICalloutSlot = ISlotProp; export type IContextualMenuSlot = ISlotProp; export type IFontIconSlot = ISlotProp; export type IIconSlot = ISlotProp; export type ILabelSlot = ISlotProp; export type IListSlot = ISlotProp; export type IPersonaPresenceSlot = ISlotProp;