import Kbd from './Kbd';
export type { KbdProps } from './Kbd';
export { Kbd };
export default Kbd;
