import { type ViewTemplate } from '@ni/fast-element'; import type { TableCell } from '../../../table/components/cell'; export declare const createCellViewTemplate: (cellViewTag: string) => ViewTemplate;