import type { KeyboardPlugin } from './definitions'; declare const Keyboard: KeyboardPlugin; export * from './definitions'; export { Keyboard };