/** * The `TextCell` component formats a single value as text and displays it in a table cell. * @component */ import type { TextCellProps } from './TextCellProps'; declare const TextCell: import("svelte").Component; type TextCell = ReturnType; export default TextCell; //# sourceMappingURL=TextCell.svelte.d.ts.map