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