import { RewardProgressBarProps } from './types';
declare const SubscriptionReward: (props: RewardProgressBarProps) => import("react/jsx-runtime").JSX.Element;
export default SubscriptionReward;
export { SubscriptionReward };
