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