import { DataPointProps } from 'gifted-charts-core'; export declare const renderDataPoints: (props: DataPointProps) => (import("react/jsx-runtime").JSX.Element | null)[];