/// import { IAlert } from './AlertTypes'; declare const Alert: (props: IAlert.Props) => import("react").JSX.Element; export { Alert };