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