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