import type { VontClientOptions } from '../types/index.js'; /** * Vont 客户端应用 */ export declare function VontApp({ pagesGlob, notFoundComponent }: VontClientOptions): import("react/jsx-runtime").JSX.Element; /** * 渲染 Vont 应用 */ export declare function renderVontApp(options: VontClientOptions): void; //# sourceMappingURL=react.d.ts.map