import React from 'react'; import { LazyComponentPropsWithComponent } from './interface'; export declare const SuspenseWrap: (props: LazyComponentPropsWithComponent) => React.JSX.Element | null;