import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/ui/kbd.d.ts /** Visual representation of keyboard keys */ declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): react_jsx_runtime0.JSX.Element; declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; //#endregion export { Kbd, KbdGroup }; //# sourceMappingURL=kbd.d.ts.map