export default class AlertBannerDefault extends React.PureComponent<any, any, any> {
    constructor(props: any);
    constructor(props: any, context: any);
    state: {
        showAlert1: boolean;
    };
    render(): JSX.Element;
}
import React from 'react';
