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