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<IgrAxisAnnotation, IAxisAnnotation> {
    constructor(list?: IgrAxisAnnotation[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrAxisAnnotation, IAxisAnnotation>;
}
