import type { IFontIconProps, IIconProps, ILabelProps, IPersonaPresenceProps } from '@fluentui/react'; import type { ISlottableComponentType } from '@fluentui/foundation-legacy'; export declare const FontIcon: ISlottableComponentType; export declare const Icon: ISlottableComponentType; export declare const Label: ISlottableComponentType; export declare const PersonaPresence: ISlottableComponentType;