import * as i0 from "@angular/core"; export declare class HighlightComponent { text: string; indices: HighlightComponent.HighlightIndices[]; getChunks(): HighlightComponent.Chunk[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare namespace HighlightComponent { type HighlightIndices = [number, number]; type Chunk = { highlight: boolean; text: string; }; }