/** * The `PairArrowCell` component renders a table cell containing an arrow pointing from a context value to the cell's value. * The color of the arrow indicates whether it is increasing or decreasing * @component */ import type { PairArrowCellProps } from './PairArrowCellProps'; declare const PairArrowCell: import("svelte").Component; type PairArrowCell = ReturnType; export default PairArrowCell; //# sourceMappingURL=PairArrowCell.svelte.d.ts.map