import type { ComponentUI } from '@teambit/component';
import type { Harmony } from '@teambit/harmony';
import type { ChangeLogPageProps } from './ui/change-log-page';
export declare class ChangeLogUI {
    private host;
    constructor(host: string);
    ChangeLog: (props?: ChangeLogPageProps) => import("react/jsx-runtime").JSX.Element;
    static dependencies: import("@teambit/harmony").Aspect[];
    static runtime: import("@teambit/harmony").RuntimeDefinition;
    static provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>;
}
