import { Rect } from "../structs/rect"; export declare class OrgEventArgs { oldContext: any | null; context: any | null; parentItem: number | string | null; position: Rect | null; name: string | null; cancel: boolean; event: Event | undefined; constructor(config?: Partial); }