/// import type { ActiveTooltip, DataType } from '@shopify/polaris-viz-core'; import type { Interpolation } from '@react-spring/web'; export interface PointProps { active: boolean; cx: number | Interpolation; cy: number | Interpolation; color: string; index: number; isAnimated: boolean; ariaHidden?: boolean; ariaLabelledby?: string; dataType?: DataType; onFocus?: ({ index, x, y }: ActiveTooltip) => void; tabIndex?: number; visuallyHidden?: boolean; } export declare const Point: import("react").NamedExoticComponent; //# sourceMappingURL=Point.d.ts.map