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