interface PropsType {
    curNodeInfo: any;
    setCurNodeInfo?: (classDefined: any) => void;
    onDataImport?: () => void;
}
export declare const RightContent: ({ curNodeInfo, setCurNodeInfo, onDataImport }: PropsType) => JSX.Element;
export {};
