import React from "react"; interface AppConfig { Layout?: React.ComponentType<{ children: React.ReactNode; }>; rootId?: string; } export declare function createApp(config?: AppConfig): void; export {}; //# sourceMappingURL=app.d.ts.map