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