import { EventArgs, Type } from "igniteui-react-core"; import { UserPointAnnotation } from "./UserPointAnnotation"; /** * @hidden */ export declare class UserPointAnnotationStylingEventArgs extends EventArgs { static $t: Type; private _annotation; get annotation(): UserPointAnnotation; set annotation(a: UserPointAnnotation); }