/// import type { DynamicTransProps } from './types'; export declare const TextCell: ({ text, isHeader, highlight, DynamicTrans, }: { text: string; isHeader?: boolean; highlight?: boolean; DynamicTrans: DynamicTransProps; }) => JSX.Element;