import Kbd, { KbdProps as TKbdProps } from './Kbd'; export type KbdProps = TKbdProps; export default Kbd;