import React from 'react';
import type { KeybindingHintFormat } from '../props';
interface KeyProps {
    name: string;
    format: KeybindingHintFormat;
}
/** Renders a single key with accessible alternative text. */
export declare const Key: ({ name, format }: KeyProps) => React.JSX.Element;
export {};
//# sourceMappingURL=Key.d.ts.map