import { Property } from 'xbsj-xe2/dist-node/xe2-base-objects'; export declare type PropertyCompCallbackFuncParamsType = { componentInstance: any; property: Property; customEventName: string; otherParams?: any[]; };