import "./HelpDialog.scss";
export declare const HelpDialog: ({ onClose }: {
    onClose?: (() => void) | undefined;
}) => JSX.Element;
