import type { AlertActionProps } from "./types.js"; export declare const AlertAction: (props: AlertActionProps) => import("react/jsx-runtime").JSX.Element;