export interface ShortcutDescription { display: string; ariaLabel: string; } export interface Props { shortcut?: ShortcutDescription | string; className?: string; } declare const ConnectedShortcut: import("../context").GeChiUIComponent<"span", Props, true>; export default ConnectedShortcut; //# sourceMappingURL=component.d.ts.map