import { CompositionComponent as CC } from '../runtime'; import { TreemapMark } from '../spec'; export type TreemapOptions = Omit<TreemapMark, 'type'>; export declare const Treemap: CC<TreemapOptions>;