import { ColDef } from "ag-grid-enterprise"; type Props = { showContextMenu: Function; allowAttachments?: boolean; showShiftCrew?: boolean; }; export declare const useTableData: ({ showContextMenu, allowAttachments, showShiftCrew, }: Props) => { columnDefs: ColDef[]; }; export {};