import * as React from 'react'; import CircularProgress from 'material-ui/CircularProgress'; export default (props: any) => { return ( ); };