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