/// <reference types="react" />
export default function LoadingIcon({ loading }: {
    loading: any;
}): JSX.Element | null;
