import { IFPSGeneric_JSX_Element } from "../../../types/react/IFPSJSX_Element";
export declare const ReplaceWpId = "ReplaceWPIDHere";
export interface IMinTeachBubble {
    step?: number;
    target: string;
    headline: string;
    message?: string;
    content?: IFPSGeneric_JSX_Element;
}
/**
 *  This is an example of how to set the ID of a PivotItem so it can be referenced.
 *    Just use the getTabId callback.

    <Pivot
      getTabId={ ( itemKey, index ) => { return `ALVFMMainPivot${itemKey}`} }
      styles={ mainPivotStyles }
    >
 *
 */ 
//# sourceMappingURL=IMinTeachBubble.d.ts.map