import { type HTMLAttributes } from "react"; export interface CTABannerProps extends HTMLAttributes { title: string; description?: string; } export declare const CTABanner: import("react").ForwardRefExoticComponent>;