type ScatterPlotLabelsProps = { containerWidth: number; shouldShowLabels: boolean; }; export declare const ScatterPlotLabels: ({ containerWidth, shouldShowLabels }: ScatterPlotLabelsProps) => import("react/jsx-runtime").JSX.Element | null; export {};