import { Renderer } from '../../core/Renderer/Renderer'; /** * The data attribute name for active lines. * The value must be an array in JSON format, such as "[ 2, [ 5, 10 ] ]" * * @private * @since 0.0.1 */ export declare const ATTRIBUTE_ACTIVE_LINES: string; /** * The component for highlighting lines. * * @since 0.0.1 */ export declare function ActiveLines({ event, root, options }: Renderer): void; //# sourceMappingURL=ActiveLines.d.ts.map