import React from 'react';
import { IconProps } from "./";
declare const Spinner: React.FC<IconProps>;
export default Spinner;
