import Progress from './progress';
import { withInstall } from '../_util/type';

export type { ProgressProps } from './props';

export default withInstall(Progress);