export declare function useDataGridEvent(): {
    initEvent: (propertyData: any) => {
        label: string;
        name: string;
    }[];
};
