import { type BannerProps } from './Banner.types'; /** * `Banner` is a component you use when you want to communicate instructions, warnings, recommendations, and other information well. * @example * ```tsx * * ``` */ export declare const Banner: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Banner.d.ts.map