import { FC } from 'react'; declare const RequestMethodIcon: { [method: string]: FC; }; export default RequestMethodIcon;