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