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