import React from 'react';
export declare const createGraphCtx: (opts: any) => {
    getGraph: any;
    layout: any;
    theme: any;
};
export declare const GraphContext: React.Context<{
    getGraph: any;
    layout: any;
    theme: any;
}>;
