import type { TextCellConfig } from '../data-table-types.js'; type $$ComponentProps = { value: any; config?: TextCellConfig; }; declare const TextCell: import("svelte").Component<$$ComponentProps, {}, "">; type TextCell = ReturnType; export default TextCell;