import { ComponentPropsWithoutRef } from 'react';
export interface SvgGraphProps extends ComponentPropsWithoutRef<"svg"> {
    coordinates?: number[][];
    strokeWidth?: number;
}
export declare function SvgGraph({ coordinates, strokeWidth, cssStyles, className, ...rest }: SvgGraphProps): import("@emotion/react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map