import type { PathParam } from './types'; interface PathParamsEditorProps { params: PathParam[]; onChange: (params: PathParam[]) => void; } export declare function PathParamsEditor({ params, onChange }: PathParamsEditorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PathParamsEditor.d.ts.map