import type { Child, FunctionMaybe, ObservableReadonly } from '../types'; export declare const Suspense: ({ when, fallback, children }: { when?: FunctionMaybe; fallback?: Child; children?: Child; }) => ObservableReadonly; //# sourceMappingURL=suspense.d.ts.map