import { JSXElementConstructor, ReactElement } from 'react';
import { ScatterPathOptions } from '@spectrum-charts/vega-spec-builder';
export interface ScatterPathProps extends ScatterPathOptions {
}
export type ScatterPathElement = ReactElement<ScatterPathProps, JSXElementConstructor<ScatterPathProps>>;
//# sourceMappingURL=scatterPath.types.d.ts.map