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