import React from 'react'; export declare interface IAppHeaderUpsell { className?: string; membership?: string; upgradeToProUrl?: string; coachingUrl?: string; [x: string]: any; } export declare const AppHeaderUpsell: React.FC;