import { FC } from 'react';
import { Props } from './AlertBanner.types';
import './AlertBanner.style.scss';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const AlertBanner: FC<Props>;
export default AlertBanner;
