/** * The `Dots` component renders a set of values as something like a beeswarm plot or jittered Cleveland dot plot. * Different plots in the same column have a consistent x-axis based on computed extent of column. * @component */ import type { DotsProps } from './DotsProps'; declare const Dots: import("svelte").Component; type Dots = ReturnType; export default Dots; //# sourceMappingURL=Dots.svelte.d.ts.map