import { IconProps } from '../Icon'; declare function SvgSpinner(props: IconProps): JSX.Element; export default SvgSpinner;