import React from 'react'; import type { APIDiffResult, APIDiffChange, APIDiffDetail } from './api-compare.types'; export type { APIDiffResult, APIDiffChange, APIDiffDetail }; export declare function APICompare(): React.JSX.Element;