import { FC } from "react";
import { AlertProps } from './alert.types';
declare const Alerts: FC<AlertProps>;
export default Alerts;
