/// import { SpinCircleProps } from './typings'; declare const SpinCircle: (props: SpinCircleProps) => JSX.Element; export default SpinCircle;