import {
  CircularProgressProps,
} from '@material-ui/core/CircularProgress';

export type ICircularProgressOwnProps = CircularProgressProps;
