import { FC } from 'react'; import { KeyboardItemProps } from '../../types'; declare const KeyboardItem: FC; export default KeyboardItem;