export declare class Path { data: string; style: Object; constructor(data: string, style: Object); }