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