import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { progress: number; bgColor?: string; colors?: string | string[]; rx?: string | number; pattern?: boolean; patternWidth?: number; patternGap?: number; }; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}; type __VLS_Slots = {} & { dot?: (props: typeof __VLS_1) => any; } & { pattern?: (props: typeof __VLS_3) => any; } & { track?: (props: typeof __VLS_5) => any; } & { progressbar?: (props: typeof __VLS_7) => any; }; declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { pattern: boolean; bgColor: string; colors: string | string[]; rx: string | number; patternWidth: number; patternGap: 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; }; };