import type { BannerProps } from './model';
export declare const Banner: (props: BannerProps) => import("react/jsx-runtime").JSX.Element;
