/** * The `BoxPlot` component renders a set of values as a BoxPlot. * @component */ import type { BoxPlotProps } from './BoxPlotProps'; declare const BoxPlot: import("svelte").Component; type BoxPlot = ReturnType; export default BoxPlot; //# sourceMappingURL=BoxPlot.svelte.d.ts.map