import { ObservableCollection$1 } from "igniteui-react-core";
import { IAxisAnnotation } from "./IAxisAnnotation";
import { EventArgs, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class AxisAnnotationCollection extends ObservableCollection$1<IAxisAnnotation> {
    static $t: Type;
    constructor();
    collectionResetting: (sender: any, e: EventArgs) => void;
    protected p(): void;
}
