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