import type React from 'react'; export declare function suspense(): void; type Child = React.ReactElement; export declare function NoSSR({ children }: { children: Child; }): Child; export {};