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