import "./HelpDialog.scss"; export declare const HelpDialog: ({ onClose }: { onClose?: () => void; }) => import("react/jsx-runtime").JSX.Element;