/// import { TooltipComponent } from '../Tooltip/types'; export declare const getTooltipWrapper: (options: { showTooltip?: boolean; position: TooltipComponent.Position; offset: string; }) => ({ children, tooltipContent, }: { children: React.ReactElement; tooltipContent: () => any; }) => import("react").JSX.Element; export declare const StepperAlert: () => import("react").JSX.Element;