import type { ReactNode } from 'react'; /** * A provider that owns the whole canvas paints nothing of ours while it boots, * and its own first frames are its choice (MoonPay: white, then black). The * modal ground with our indicator stays over it until the provider reports * ready, or the readiness ceiling passes. */ export declare function ScreenSurfaceCover({ renderSurface, }: { renderSurface: (onReady: () => void) => ReactNode; }): import("react").JSX.Element; //# sourceMappingURL=ScreenSurfaceCover.d.ts.map