import React, { ReactElement } from 'react';
import { ISubscriptionBarProps } from './type';
export declare const SubscriptionBar: React.MemoExoticComponent<({ colorH4, headingH4, headingH5, style, }: ISubscriptionBarProps) => ReactElement>;
