import * as React from "react"; import { AlertPropsT } from "./types"; export declare const Alert: React.FC;