export { default as Shortcut, useShortcut } from './Shortcut'; export type { Props as ShortcutProps } from './Shortcut'; export { default as ShortcutProvider } from './ShortcutProvider'; export type { Props as ProviderProps } from './ShortcutProvider'; export { default as ShortcutManager } from './ShortcutManager'; export type { default as Key, AlphabetKey, NumericKey, ModifierKey, HeldKey, WhiteSpaceKey, NavigationKey, EditingKey, UIKey, DeviceKey, IMEKey, FunctionKey, PhoneKey, MultimediaKey, AudioControlKey, TVControlKey, MediaControllerKey, SpeechRecognitionKey, DocumentKey, ApplicationSelectorKey, BrowserControlKey, } from './keys'; //# sourceMappingURL=index.d.ts.map