import * as React from "react";
/**
 * This component is based on the `kbd` element and supports all of its props
 */
declare const Kbd: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
export { Kbd };
//# sourceMappingURL=kbd.d.ts.map