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