import React from 'react';
import { AlertBannerServiceProps } from './AlertBannerService.types';
/**
 * A banner to be displayed at the top of a page before the main content
 * to draw the viewer's attention to an alert notice
 */
declare const AlertBannerService: React.FunctionComponent<AlertBannerServiceProps>;
export default AlertBannerService;
