import type { AlertActionsProps } from "./types.js"; export declare const AlertActions: ({ items, children, className }: AlertActionsProps) => import("react/jsx-runtime").JSX.Element;