import type { Snippet } from 'svelte'; type DataCellProps = { href: (d: any) => string; row: any; children: Snippet; }; declare const DataCell: import("svelte").Component; type DataCell = ReturnType; export default DataCell; //# sourceMappingURL=DataCell.svelte.d.ts.map