import React from 'react'; declare const statuses: { success: import("styled-components").FlattenSimpleInterpolation; warning: import("styled-components").FlattenSimpleInterpolation; error: import("styled-components").FlattenSimpleInterpolation; }; export interface ProgressProps { /** * Значение прогресса в процентах. */ value: number; /** * Статус прогресса. */ status?: keyof typeof statuses; /** * Отображать числовое значение прогресса. */ displayValue?: boolean; } /** * Компонент для отображения прогресса в процентах. */ export declare const Progress: React.FC; export {}; //# sourceMappingURL=Progress.d.ts.map