/// /** * Keyboard Key (kbd) * The keyboard key component exists to show which key or combination of keys performs a given action. * The action itself should be further explained in accompanying content. It renders a element. * https://chakra-ui.com/docs/data-display/kbd */ export declare function KBD({ ...props }: any): JSX.Element; //# sourceMappingURL=KBD.d.ts.map