export declare const endShapeDefaultProp: {
    arrow: {
        arrowLength: number;
        arrowThickness: number;
    };
    circle: {
        radius: number;
        fillColor: string;
        strokeColor: string;
        strokeWidth: number;
    };
};
