import { TableHeader } from '@c-fo/vibes'; import { IndexPageListContent } from '../../../../areas/IndexList'; import type { BaseResource } from '../../../../pages/types'; import type { ApiSearchParams } from '../../../../templates/IndexPage/types'; export declare const generateTableHeaderCell:
(item: TableHeader & { type: "text" | "button" | "status" | "date" | "traits" | "amount" | "identifier" | "sentence" | "customNode" | "tag" | "shortcut-actions"; widthRem: number | undefined; }) => TableHeader;