import type { ComponentProps } from 'react'; import { Key } from '../Key'; type KeyGroupProps = { keys: ComponentProps['children'][]; disabled: ComponentProps['disabled']; onClick?: () => void; }; export declare const KeyGroup: ({ keys, disabled, onClick }: KeyGroupProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=KeyGroup.d.ts.map