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