import { ShapeComponent as SC } from '../../runtime'; export type VHVOptions = { /** * The ratio of line corner, default: 1/3. */ cornerRatio?: number; [key: string]: any; }; /** * Connect 2 points with a VHV line, used in tree. */ export declare const VHV: SC;