/**
 * The fonts available for writing on the sheet music
 */
export declare enum Fonts {
    TimesNewRoman = 0,
    Kokila = 1
}
