import type { FC, HTMLAttributes } from 'react'; type KbdGroupProps = HTMLAttributes; export declare const KbdGroup: FC; export {};