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