import React from 'react';
import { AlertProps } from './types';
declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLElement>>;
export default Alert;
