import { OnChanges, SimpleChanges } from "@angular/core"; import { HorizontalAlignmentType, TextOrientationType, VerticalAlignmentType } from "../../enums"; import { LevelAnnotationConfig } from "../../configs/level-annotation-config"; import * as i0 from "@angular/core"; declare class LevelTitleOptions { levelTitleFontSize: string; levelTitleFontFamily: string; levelTitleFontWeight: string; levelTitleFontStyle: string; levelTitleFontColor: string; levelTitleOrientation: TextOrientationType; levelTitleHorizontalAlignment: HorizontalAlignmentType; levelTitleVerticalAlignment: VerticalAlignmentType; levelTitleColor: string; constructor(config?: Partial); } export declare class LevelTitleComponent implements OnChanges { options: LevelTitleOptions; annotationConfig: LevelAnnotationConfig; width: number; height: number; ngOnChanges(changes: SimpleChanges): void; divStyle: Object | null; label: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};