/**
 * The fonts available for writing on the sheet music
 */
export declare enum Fonts {
    TimesNewRoman = 0,
    Kokila = 1,
    Gonville = 2
}
export declare const FontString: Object;
export declare const FontStringNames: Object;
