import { ScatterPointsProps } from './types'; export declare const ScatterPoints: ({ ids, symbol, symbolStyle, symbolClassName, dataComponent, setRole, ...props }: ScatterPointsProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=ScatterPoints.d.ts.map