import { PopoverProps } from '../popover'; export interface TooltipProps { } export declare type TooltipMergedProps = TooltipProps & PopoverProps; export declare const tooltipProps: {};