import { OnChanges, SimpleChanges } from "@angular/core"; import { LevelAnnotationConfig } from "../../configs/level-annotation-config"; import * as i0 from "@angular/core"; export declare class LevelBackgroundComponent implements OnChanges { annotationConfig: LevelAnnotationConfig; ngOnChanges(changes: SimpleChanges): void; divStyle: Object; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }