import { type ReactNode } from 'react';
import type { Node, Edge } from '../../types';
export declare function Wrapper({ children, nodes, edges, width, height, fitView, }: {
    children: ReactNode;
    nodes?: Node[];
    edges?: Edge[];
    width?: number;
    height?: number;
    fitView?: boolean;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Wrapper.d.ts.map