type Props = { isLoading: boolean; }; export default function Loading({ isLoading }: Props): any; export {};