import * as React from "react";
import { CommonProps } from "../../theme/styles/common";
export type ViewProgressProps = CommonProps & {
    value: number;
    label?: React.ReactNode;
};
export declare function ViewProgress(props: ViewProgressProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Progress.d.ts.map