import React from 'react'; declare const DSMobileLoadingPage: React.ForwardRefExoticComponent<{ type?: string | undefined; children: any; loading: any; zIndex: any; backdropZIndex: any; loader: any; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export { DSMobileLoadingPage };