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