import React from 'react'; import type { Section } from '@teambit/component'; import type { TabItem } from '@teambit/component.ui.component-compare.models.component-compare-props'; import type { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type'; export declare class APICompareSection implements TabItem, Section { navigationLink: { href: string; children: string; }; props: { href: string; children: string; }; route: { path: string; element: React.JSX.Element; }; order: number; changeType: ChangeType; id: string; }