interface BothubAppBannerMiniProps {
    title: string;
    text: string;
    href: string;
}
export declare const BothubAppBannerMini: React.FC<BothubAppBannerMiniProps>;
export {};
