import type { KeybindingHintProps } from '../props';
export declare const Chord: ({ keys, format, variant, size }: KeybindingHintProps) => import("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