import { FC } from '@dineug/r-html'; export type KbdProps = { shortcut?: string; mini?: boolean; }; declare const Kbd: FC; export default Kbd;