export interface LevelLabels {
    [level: number]: {
        [key: string]: string;
    };
}
