import { FC } from 'react'; import { AlertBannerInterface } from './AlertBanner.interface'; export declare const AlertBanner: FC;