interface Props {
x: number;
y: number;
}
export declare const safeDisplayValue: (value: any) => any;
declare const TooltipContent: import("styled-components").StyledComponent<"div", any, {
style: {
transform: string;
};
} & Props, "style">;
export default TooltipContent;