/** * The `BarCell` component renders a table cell representing a numerical value as a bar, where the length of the bar encodes the value. * @component */ import type { BarCellProps } from './BarCellProps'; declare const BarCell: import("svelte").Component; type BarCell = ReturnType; export default BarCell; //# sourceMappingURL=BarCell.svelte.d.ts.map