import type { ComponentType } from "react"; import { type SyncInspectablePromise } from "./SyncInspectablePromise"; export declare function preloadableLazyComponent

(load: () => SyncInspectablePromise<{ default: ComponentType

; }>): { Component: ComponentType

; preload: () => Promise; }; //# sourceMappingURL=PreloadableLazyComponent.d.ts.map