import { BaseAlert } from "../../base-alert"; type GlobalAlertCloseButtonProps = BaseAlert.CloseButtonProps; /** * @see 🏷️ {@link GlobalAlertCloseButtonProps} * @example * ```jsx * * * Info title * alert("Closed!")} /> * * * ``` */ declare const GlobalAlertCloseButton: import("react").ForwardRefExoticComponent>; export { GlobalAlertCloseButton }; export type { GlobalAlertCloseButtonProps };