/// export declare const prefixCls: string; export declare const tooltipPopupClassName: string; export declare const contentCls: string; export declare const ContentWrap: import("react").ForwardRefExoticComponent<{ themeType: 'light' | 'dark'; customStyle?: { popupWrapperPadding?: string | undefined; } | undefined; } & import("react").HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>; export declare const Arrow: import("@emotion/styled-base").StyledComponent, HTMLSpanElement>, Pick & import("react").HTMLAttributes, keyof import("react").HTMLAttributes>, object>; export declare const ArrowInner: import("@emotion/styled-base").StyledComponent, HTMLSpanElement>, Pick & import("react").HTMLAttributes, keyof import("react").HTMLAttributes>, object>; export declare const TooltipWrap: import("react").ForwardRefExoticComponent<{ themeType: 'light' | 'dark'; } & import("react").HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>;