///
interface BubbleProps {
placement: 'top' | 'bottom' | 'left' | 'right';
visible: boolean;
color?: string;
textColor?: string;
offset?: number;
}
export declare const TooltipBubble: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, BubbleProps>>;
export {};