import * as react_jsx_runtime from 'react/jsx-runtime'; declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): react_jsx_runtime.JSX.Element; declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; export { Kbd, KbdGroup };