import { ProgressProps, ProgressSlots } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Slots = ProgressSlots; declare const __VLS_base: DefineComponent & Readonly<{}>, { type: "primary" | "success" | "warning" | "danger" | "info"; height: string | number; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };