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 { ComponentCompareUI } from './component-compare.ui.runtime'; export declare class CompareChangelogSection implements Section, TabItem { private compareUI; constructor(compareUI: ComponentCompareUI); navigationLink: { href: string; children: React.JSX.Element; displayName: string; }; props: { href: string; children: React.JSX.Element; displayName: string; }; route: { path: string; element: React.JSX.Element; }; order: number; widget: boolean; id: string; }