import type { PropsWithChildren } from 'react'; import React from 'react'; import './index.less'; export interface GraphContainerProps extends Pick, 'id' | 'className' | 'style'> { } export declare const GraphContainer: React.FC>;