import React from "react"; declare type Props = { children: React.ReactNode; }; export declare function LoadingSuspense({ children }: Props): JSX.Element; export {};