import type { CalloutLinkProps, CalloutProps } from "../Callout"; export type BannerProps = Omit & { link?: CalloutLinkProps; };