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