import type { Section } from '@teambit/component';
import type { ChangeLogUI } from './changelog.ui.runtime';
export declare class ChangelogSection implements Section {
    private ui;
    constructor(ui: ChangeLogUI);
    route: {
        path: string;
        element: import("react/jsx-runtime").JSX.Element;
    };
    navigationLink: {
        href: string;
        children: import("react/jsx-runtime").JSX.Element;
        displayName: string;
        hideInMinimalMode: boolean;
    };
    order: number;
}
