import type { AccessibilityType, BasePopoverProps, Child, Children, ContentRenderProp, PopoverOverrides, PopoverPlacement, PopoverProps, PopoverPropsWithoutChildren, StateChangeType, State, StatefulContentRenderProp, StatefulPopoverProps, StatefulPopoverContainerProps, StateReducer, TriggerType } from '../popover'; declare type BaseTooltipProps = BasePopoverProps; declare type TooltipPlacement = PopoverPlacement; declare type TooltipProps = PopoverProps; declare type TooltipPropsWithoutChildren = PopoverPropsWithoutChildren; declare type StatefulTooltipProps = StatefulPopoverProps; declare type StatefulTooltipContainerProps = StatefulPopoverContainerProps; export type { AccessibilityType, BaseTooltipProps, Child, Children, ContentRenderProp, PopoverOverrides, TooltipProps, State, StateChangeType, StateReducer, StatefulContentRenderProp, StatefulTooltipProps, StatefulTooltipContainerProps, TooltipPlacement, TooltipPropsWithoutChildren, TriggerType, };