import { Observable } from 'rxjs'; import { QueryReturn } from '../models'; import { QueryOptions } from '../types'; import { SmartBusinessService } from './smart-business.service'; /** * Service ChartAnnotation data */ export declare class ChartBusinessService extends SmartBusinessService { readonly chartAnnotation$: Observable; get chartAnnotation(): import("../annotations").ChartAnnotation; onInit(): Observable; selectQuery(options?: QueryOptions): Observable>; }