import { ContextValue, DOMRenderProps } from './utils'; import React, { HTMLAttributes } from 'react'; export interface KeyboardProps extends HTMLAttributes, DOMRenderProps<'kbd', undefined> { } export declare const KeyboardContext: React.Context>; export declare const Keyboard: React.ForwardRefExoticComponent>;