export type ILineStrokeCap = 'butt' | 'round' | 'square'; export type ILineStrokeJoin = 'arcs' | 'bevel' | 'miter' | 'miter-clip' | 'round'; export declare const DEFAULT_CLOSE_STROKE_JOIN = "bevel";