import type { SFCWithInstall } from '@interface-ui/utils'; import Progress from './src/index.vue'; export declare const InProgress: SFCWithInstall; export default InProgress; export * from './src/progress'; export type ProgressInstance = InstanceType;