import { Atom } from '@reatom/framework';
import { Lines } from '../Graph/reatomLines';
type GraphSVGProps = {
    listHeight: Atom<string>;
    lines: Lines;
};
export declare const GraphSVG: ({ listHeight, lines }: GraphSVGProps) => import("@reatom/jsx/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=GraphSVG.d.ts.map