export declare const CloseButton: ({ "aria-label": ariaLabel, onClose, }: { "aria-label"?: string; onClose: () => void; }) => import("react/jsx-runtime").JSX.Element;