/// import { WithPanZoomProps } from '../behavior/usePanZoom'; import { WithAreaSelectionProps } from '../behavior/useAreaSelection'; import { WithDndDropProps } from '../behavior/useDndDrop'; import { WithSelectionProps } from '../behavior/useSelection'; import { WithContextMenuProps } from '../behavior/withContextMenu'; import { GraphElementProps } from './factories'; declare type GraphComponentProps = GraphElementProps & WithPanZoomProps & WithAreaSelectionProps & WithDndDropProps & WithSelectionProps & WithContextMenuProps; declare const _default: import("react").FunctionComponent; export default _default; //# sourceMappingURL=GraphComponent.d.ts.map