import { SVGProps } from 'react';
declare const LoadingIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
export default LoadingIcon;
