import React from 'react'; export declare const CloseButton: ({ "aria-label": ariaLabel, onClose, }: { 'aria-label'?: string | undefined; onClose: () => void; }) => React.JSX.Element;