import React from 'react';
import { ShapeGenericType } from '../../types';
declare const Path: React.FC<ShapeGenericType>;
export default Path;
