import type { ProgressConfig, ProgressReturn } from './progress.types';
export declare const createProgress: ({ minValue, maxValue, value, formatValueLabel, }?: ProgressConfig) => ProgressReturn;
