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