/** * The `PairArrowAxis` component renders an axis for the `PairArrowCell` component. * @component */ import type { PairArrowAxisProps } from './PairArrowAxisProps'; declare const PairArrowAxis: import("svelte").Component; type PairArrowAxis = ReturnType; export default PairArrowAxis; //# sourceMappingURL=PairArrowAxis.svelte.d.ts.map