import * as React from "react";
import type { Props } from "./types";
declare const AlertButton: ({ type, disabled, ref, ...props }: Props) => React.JSX.Element;
export default AlertButton;
//# sourceMappingURL=index.d.ts.map