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