import React, { SVGProps } from 'react'; declare const SvgAnimatedSpinner: (props: SVGProps) => React.JSX.Element; export default SvgAnimatedSpinner;