import { GraphModel } from '../Graph/reatomGraph';
import { JSX } from '../jsx';
type GraphContainerProps = {
    graph: GraphModel;
    svg: JSX.Element;
};
export declare const GraphContainer: ({ graph, svg, }: GraphContainerProps) => JSX.Element;
export {};
//# sourceMappingURL=GraphContainer.d.ts.map