import Loading, { LoadingProps as TLoadingProps } from './Loading'; export type LoadingProps = TLoadingProps; export default Loading;