import React from 'react';
import { PathEntryProps } from './types';
export declare const PathEntry: React.FC<PathEntryProps>;
