import React from 'react'; export interface PathLayerProps { } export declare const PathLayer: React.FC;