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