import React from "react"; import { TAlertProps } from "./types"; declare const Alert: (props: TAlertProps) => React.JSX.Element | null; export default Alert;