import React from "react"; import type { BasePopoverProps } from "../Toggletip/BasePopover"; import type { TooltipConditionalProps } from "../Tooltip/types"; export type TutorialtipProps = Omit & TooltipConditionalProps; export declare function Tutorialtip(props: TutorialtipProps): React.ReactElement;