import { default as React } from 'react';

declare const LoadingSpinnerComponent: () => React.JSX.Element;
export { LoadingSpinnerComponent };
