/// <reference types="react" />
import { Line } from '../types';
export declare const GridLines: import("react").MemoExoticComponent<({ lines }: {
    lines: Line[];
}) => JSX.Element>;
//# sourceMappingURL=GridLines.d.ts.map