/// import { TableCell } from '@c-fo/vibes'; import { IndexPageListContent } from '../../../../areas/IndexList'; import { IndexPageRenderCustomModalType } from '../../../../templates/IndexPage/types/customModal'; import type { BaseResource } from '../../../../pages/types'; import type { ApiSearchParams } from '../../../../templates/IndexPage/types'; export declare const NoWrapText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const generateTableCell:

({ item, itemIndex, historyPushState, resource, refetchResources, showCustomModal, searchQuery, setDestroyTargetId, }: { item: IndexPageListContent; itemIndex: number; historyPushState?: ((url: string) => void) | undefined; resource: R; refetchResources: () => Promise; showCustomModal: (modal: IndexPageRenderCustomModalType) => void; searchQuery: P; setDestroyTargetId: (id: string | number) => void; }) => TableCell;