/** Keybinding reference overlay. Esc (or ?) to close. */ export declare function HelpDialog({ onClose }: { onClose: () => void; }): import("react").JSX.Element;