export default function HelpDialog({ handleClose, }: {
    handleClose: () => void;
}): import("react/jsx-runtime").JSX.Element;
