import { ComponentPropsWithoutRef } from 'react'; export type KeyboardProps = ComponentPropsWithoutRef<"kbd">; export declare const Keyboard: import('react').ForwardRefExoticComponent, HTMLElement>, "ref"> & import('react').RefAttributes>; //# sourceMappingURL=keyboard.d.ts.map