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) => import("react").JSX.Element;
export {};
//# sourceMappingURL=Key.d.ts.map