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