export declare class path { constructor(pathInfo: any); stroke: boolean; color: string; weight: number; opacity: number; lineCap: string; lineJoin: string; dashArray: string; dashOffset: string; fill: boolean; fillColor: string; fillOpacity: number; fillRule: string; className: string; }