///
export declare const withSuspense: (comp: T, fallback?: import("react").FunctionComponentElement & {
showProgress?: boolean;
text?: string;
icon?: any;
delay?: number;
size?: "small" | "default" | "large";
noSpacing?: boolean;
center?: boolean;
isLoading?: boolean;
noWrapper?: boolean;
indicator?: any;
spinColor?: string;
}>) => T;