export interface PaintStyle { stroke?: string; fill?: string; strokeWidth?: number; outlineStroke?: string; outlineWidth?: number; dashstyle?: string; } //# sourceMappingURL=paint-style.d.ts.map