import { AlertProps } from "./types";
declare const Alert: import("react").MemoExoticComponent<({ children, heading, color, closeIcon, onClose, ...props }: AlertProps) => JSX.Element>;
export default Alert;
