import * as react0 from "react"; //#region src/react/RenderAfterCommit__DO_NOT_USE.d.ts /** * This is a function that will render a component only after it commits. * It should not be used in production. It's useful as a way to debug issues * with NextJS, where an indefinite suspense causes the server to hang * forever and never complete the original request. */ declare function RenderAfterCommit__DO_NOT_USE({ children }: { children: React.ReactNode; }): react0.ReactNode; //#endregion export { RenderAfterCommit__DO_NOT_USE }; //# sourceMappingURL=RenderAfterCommit__DO_NOT_USE.d.ts.map