export type MethodBadgeProps = {
    method: string;
    className?: string;
};
export declare function MethodBadge({ method, className }: MethodBadgeProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MethodBadge.d.ts.map