import * as React from 'react'; export declare function Kbd({ shortcut, showPlus }: { shortcut: string; showPlus?: boolean; }): React.JSX.Element;