/** * HelpPanel - displays keyboard shortcuts and help information */ import type { HelpPanelProps } from '../types/ui.js'; /** * Help panel component that displays keyboard shortcuts and usage information */ export declare function HelpPanel({ shortcuts, variant, borderColor }: HelpPanelProps): import("react/jsx-runtime").JSX.Element;