import type { ComponentProps } from "react"; export declare function Kbd({ children, className, meta, small, ...props }: ComponentProps<"kbd"> & { meta?: boolean; small?: boolean; }): import("react/jsx-runtime").JSX.Element; export declare function KbdGroup({ className, ...props }: ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=kbd.d.ts.map