import type { JSX } from 'react'; export type LoadingProps = { color: string; }; export declare function Loading({ color }: LoadingProps): JSX.Element;