import React from 'react';
import type { KeybindingHintProps } from '../props';
export declare const Chord: ({ keys, format, variant, size }: KeybindingHintProps) => React.JSX.Element;
/** Plain string version of `Chord` for use in `aria` string attributes. */
export declare const accessibleChordString: (chord: string, isMacOS: boolean) => string;
//# sourceMappingURL=Chord.d.ts.map