import { IProgressStatus } from './types';
export declare const avaliableStatus: IProgressStatus[];
export declare const DEFAULT_WIDTH: {
    CIRCLE: number;
    LINE: string;
};
export declare const defaultFormat: (percent: number) => string;
