import React from 'react';
import { PhaseBannerProps } from './PhaseBanner.types';
/**
 * A Phase Banner notifying the customer that the website (or one of it's features) is a new one
 * and potentially allowing feedback to be collected via a Microsoft O365 link
 */
declare const PhaseBanner: React.FC<PhaseBannerProps>;
export default PhaseBanner;
