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