import React from 'react';
import '../../style/Alerts.css';
export declare const AlertBox: ({ text, variant }: {
    text: any;
    variant: any;
}) => React.JSX.Element;
