import type { HTMLAttributes, ReactNode } from 'react'; /** * Kbd component */ declare const Kbd: import("react").MemoExoticComponent & import("react").RefAttributes>>; export { Kbd };