/// import type { LoadingProps } from './interface'; declare function Loading(props: LoadingProps): JSX.Element; export default Loading;