import React from 'react';
import { LazyComponentPropsWithComponent } from './interface';
export declare const SuspenseWrap: React.FC<LazyComponentPropsWithComponent>;
