import { FC } from 'react';
import { Props } from './AlertBanner.types';
import './AlertBanner.style.scss';
declare const AlertBanner: FC<Props>;
export default AlertBanner;
