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