import type { FC } from 'react'; import type { ParameterPathProps } from './types'; export declare const ParameterPath: FC;