import { DataComponent as DC } from '../runtime';
export type ArcOptions = Omit<Record<string, any>, 'type'>;
/**
 * For arc diagram(edge with weight) or chord diagram(with weight)
 */
export declare const Arc: DC<ArcOptions>;
