import { KeyboardShortcut } from '../keyboard/types'; export interface KeyboardHelpDialogWrapperProps { /** Shortcut definitions to display in the help dialog */ shortcuts: KeyboardShortcut[]; } export declare function KeyboardHelpDialogWrapper({ shortcuts }: KeyboardHelpDialogWrapperProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=KeyboardHelpDialogWrapper.d.ts.map