import { FC } from 'react'; import { HeroBannerInterface as ContentBannerInterface } from './ContentBanner.interface'; export declare const ContentBanner: FC;