interface Props { completed: number; amount: number; } export declare function ProgressBar(props: Props): JSX.Element; export {};