import type { ApiEndpointPresets, ApiPreset } from '../../../types/api-presets'; import type { HttpMethod } from '../api-tester/types'; interface PresetsTabProps { endpointPresets: ApiEndpointPresets | null; currentMethod: HttpMethod; onApplyPreset: (preset: ApiPreset) => void; } export declare function PresetsTab({ endpointPresets, currentMethod, onApplyPreset }: PresetsTabProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PresetsTab.d.ts.map