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