import { Component } from '../../core'; import type { IndicatorOptions, IndicatorStyleProps } from './types'; export type { IndicatorOptions, IndicatorStyleProps }; export declare class Indicator extends Component { constructor(options: IndicatorOptions); private group; private background; private label; private point; private renderBackground; private renderLabel; private adjustLayout; private getPath; private createCorner; private applyVisibility; bindEvents(): void; render(): void; }