import { ShapeComponent as SC } from '../../runtime'; export type SmoothOptions = Record<string, any>; /** * Connect 2 points with a smooth line, used in tree. */ export declare const Smooth: SC<SmoothOptions>;