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