import type { FC, HTMLAttributes } from 'react'; interface ParameterPathEncodingProps extends HTMLAttributes { children: string; } export declare const ParameterPathEncoding: FC; export {};