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