import type { ExtractPropTypes } from 'vue'; declare type Color = { color: string; percentage: number; }; declare type ProgressFn = (percentage: number) => string; export declare const progressProps: { readonly type: import("element-plus/es/utils/props").BuildPropReturn; readonly percentage: import("element-plus/es/utils/props").BuildPropReturn; readonly status: import("element-plus/es/utils/props").BuildPropReturn; readonly indeterminate: import("element-plus/es/utils/props").BuildPropReturn; readonly duration: import("element-plus/es/utils/props").BuildPropReturn; readonly strokeWidth: import("element-plus/es/utils/props").BuildPropReturn; readonly strokeLinecap: import("element-plus/es/utils/props").BuildPropReturn, "round", unknown, unknown, unknown>; readonly textInside: import("element-plus/es/utils/props").BuildPropReturn; readonly width: import("element-plus/es/utils/props").BuildPropReturn; readonly showText: import("element-plus/es/utils/props").BuildPropReturn; readonly color: import("element-plus/es/utils/props").BuildPropReturn, "", unknown, unknown, unknown>; readonly format: import("element-plus/es/utils/props").BuildPropReturn, (percentage: number) => string, unknown, unknown, unknown>; }; export declare type ProgressProps = ExtractPropTypes; export {};