import { VirtualRootComponent } from '@easytwin/runtime'; import * as React from 'react'; interface VirtualRootStatePanelProps { comp: VirtualRootComponent; /** 默认取comp.name */ title?: string; } export declare const VirtualRootStatePanel: React.FC>; export {};