interface BothubAppBannerProps {
    title: string;
    description: string;
    href: string;
}
export declare const BothubAppBanner: React.FC<BothubAppBannerProps>;
export * from './mini';
