import React, { ReactElement } from 'react';
import { ISubscriptionOfferProps } from './type';
export declare const SubscriptionOffer: React.MemoExoticComponent<({ headingH4, bodyH5, buttonText, style, }: ISubscriptionOfferProps) => ReactElement>;
