import React from "react";
declare type Props = {
    strokeColor?: string;
    backgroundColor?: string;
    percent: number;
};
export declare const ProgressBar: React.FC<Props>;
export {};
