import { ColDef } from "ag-grid-enterprise"; type Props = { OnEdit?: Function; OnSend?: Function; }; export declare const useGridDefinitions: ({ OnEdit, OnSend }: Props) => { defaultColDef: ColDef; }; export {};