import { CompositeMarkComponent as CC } from '../runtime';
import { ChordMark } from '../spec';
export type ChordOptions = Omit<ChordMark, 'type'>;
export declare const Chord: CC<ChordOptions>;
