import type { SFCWithInstall } from '../utils/types';
import Progress from './src/index.vue';
declare const _Progress: SFCWithInstall<typeof Progress>;
export default _Progress;
