// @flow import * as React from 'react'; import './Crawler.scss'; export type Props = { className?: string, size?: 'small' | 'medium' | 'large' | 'default', }; const LoadingIndicator = ({ className = '', size = 'default' }: Props) => (