import React from 'react';
import { RewardProgressBarProps } from './types';
declare class RewardProgressBar extends React.Component<RewardProgressBarProps> {
    render(): import("react/jsx-runtime").JSX.Element;
}
export default RewardProgressBar;
export { RewardProgressBar };
