import type { HttpMethod } from './types'; interface MethodSelectorProps { methods: string[]; selected: HttpMethod; onSelect: (method: HttpMethod) => void; } export declare function MethodSelector({ methods, selected, onSelect }: MethodSelectorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MethodSelector.d.ts.map