import { ShapeComponent as SC } from '../../runtime'; export type ArcOptions = Record; /** * Connect points for 2 points: * - In rect, draw half circle. * - In polar, draw quadratic curve. */ export declare const Arc: SC;