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