interface Props { } export default function Loading({ ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {};