import ProgressBar from './src/progress-bar.vue'; export declare const LlProgressBar: import("ll-plus/es/utils").SFCWithInstall; readonly format: import("ll-plus/es/utils").EpPropFinalized string, boolean>; readonly textPosition: import("ll-plus/es/utils").EpPropFinalized; readonly success: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly strokeColor: { readonly type: import("vue").PropType, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly steps: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>, { props: import("@vue/shared").LooseRequired; readonly format: import("ll-plus/es/utils").EpPropFinalized string, boolean>; readonly textPosition: import("ll-plus/es/utils").EpPropFinalized; readonly success: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly strokeColor: { readonly type: import("vue").PropType, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly steps: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}> & {}>; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; attrs: import("vue").Attrs; value: import("vue").ComputedRef<(percent: number) => any>; getStrokeColor: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly format: import("ll-plus/es/utils").EpPropFinalized string, boolean>; readonly textPosition: import("ll-plus/es/utils").EpPropFinalized; readonly success: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly strokeColor: { readonly type: import("vue").PropType, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly steps: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}>, { readonly format: Function; readonly textPosition: import("ll-plus/es/utils").EpPropMergeType; readonly hoverTip: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export * from './src/progress-bar'; declare module 'vue' { interface GlobalComponents { LlProgressBar: typeof ProgressBar; } }