import type { PropsWithChildren } from 'react'; import React from 'react'; import type { Application } from '../spec'; export interface GIRenderProps extends Pick, 'className' | 'style'> { /** * 图应用配置描述 */ config: Application; } export declare const GIRender: React.FC>;