export declare const STROKE_DEFAULT = 2; /** * Calculates the width of the stroke based on height and width. */ export declare const calculateStrokeWidth: (height: number, width: number) => number; //# sourceMappingURL=stroke-width.d.ts.map