export declare const MODEL: { App: symbol; Canvas: symbol; DatasetManager: symbol; Component: symbol; /** Virtual model, no entity */ ComponentPlugin: symbol; /** Virtual model, no entity */ ConfigPanelPlugin: symbol; }; export declare const FACTORY: { Canvas: symbol; Component: symbol; ComponentPlugin: symbol; ConfigPanelPlugin: symbol; };