export declare class SongDrawPart { readonly X: number; readonly Y: number; readonly Text: string; readonly IsChord: boolean; constructor(x: number, y: number, text: string, isChord: boolean); }