import { DataComponent as DC } from '../runtime'; import { VennDataTransform } from '../spec'; export type VennOptions = Omit; /** * Layout venn data, get the path string for each set. */ export declare const Venn: DC;