import { ShapeComponentasSC } from'../../runtime';
exporttypeVHVOptions = {
/**
* The ratio of line corner, default: 1/3.
*/cornerRatio?: number;
[key: string]: any;
};
/**
* Connect 2 points with a VHV line, used in tree.
*/exportdeclareconstVHV: SC<VHVOptions>;