import React from 'react';
import { AlertBannerProps } from './AlertBanner.types';
/**
 * A site wide alert banner, once dismissed it won't be shown again
 */
declare const AlertBanner: React.FunctionComponent<AlertBannerProps>;
export default AlertBanner;
