import { CurveDrawerProps } from '../types'; export declare function drawCurve({ data, ...rest }: CurveDrawerProps): void;