import { ButtonHTMLAttributes } from 'react'; export type ClosableActionProps = ButtonHTMLAttributes; export declare const ClosableAction: ({ "aria-label": ariaLabel, className, ...rest }: ClosableActionProps) => import("react/jsx-runtime").JSX.Element;