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