import { ForwardRefExoticComponent, RefAttributes, ComponentProps } from 'react'; declare const Kbd: ForwardRefExoticComponent & RefAttributes>; declare const KbdGroup: ForwardRefExoticComponent & RefAttributes>; export { Kbd, KbdGroup };