export declare const TooltipContent: (styleProps: any) => string; export declare const TooltipReference: (styleProps: any) => string; export declare const TooltipArrow: (styleProps: any) => string; export declare const getPlacementAttributes: (styleProps: any) => import("@emotion/utils").SerializedStyles;