import { CompositionComponent as CC } from '../runtime'; import { BoxPlotMark } from '../spec'; export type BoxPlotOptions = Omit<BoxPlotMark, 'type'>; export declare const Boxplot: CC<BoxPlotOptions>;