import { ColDef } from "ag-grid-enterprise"; export declare const useTableData: ({ showAttachments, showAsset, showShiftCrew, }: { showAttachments?: boolean; showAsset?: boolean; showShiftCrew?: boolean; }) => { columnDefs: ColDef[]; };