import { CardsShutdownContent } from '../../../context/featureProvider/useZeniCardsVisibilityConfig'; export interface CardsShutdownBannerProps { shutdownContent: CardsShutdownContent; } declare const CardsShutdownBanner: ({ shutdownContent }: CardsShutdownBannerProps) => import("react/jsx-runtime").JSX.Element; export default CardsShutdownBanner;