export default Loading; declare function Loading({ loading, style: userStyle, className, containerStyle, children, displayInstantly, bounce, withTimeout, inDialog, centeredInPage }: { loading: any; style: any; className: any; containerStyle?: {} | undefined; children: any; displayInstantly?: boolean | undefined; bounce?: boolean | undefined; withTimeout: any; inDialog: any; centeredInPage: any; }): any;