import { type ComponentProps } from "react"; export type BannerProps = ComponentProps<"div">; export declare const Banner: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import("react").RefAttributes>;