import * as React from "react";
import type { Props } from "./types";
declare const Alert: (props: Props) => React.JSX.Element;
export { default as AlertButton } from "./AlertButton";
export default Alert;
