import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgLoading: (props: SVGProps) => React.JSX.Element; export default SvgLoading; //# sourceMappingURL=Loading.d.ts.map