/**
 * The styles available to write text on the music sheet
 */
export declare enum FontStyles {
    Regular = 0,
    Bold = 1,
    Italic = 2,
    BoldItalic = 3,
    Underlined = 4
}
