type Props = { themeColor?: string; }; export default function Loading({ themeColor }: Props): import("react/jsx-runtime").JSX.Element; export {};