import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { IAxisAnnotation } from './IAxisAnnotation'; import { IgrAxisAnnotation } from './igr-axis-annotation'; export declare class IgrAxisAnnotationCollection extends IgCollection { constructor(list?: IgrAxisAnnotation[]); protected _createInnerColl(): SyncableObservableCollection$2; }