import type { BannerVariant } from './classes'; /** * Provides the active Banner variant to sub-components so they can derive their * own theme-aware tokens (text, icon, link, close) during render. */ export declare const BannerVariantProvider: import("react").Provider; /** Returns the variant of the nearest parent Banner. */ export declare function useBannerVariant(): BannerVariant;