import type { ChangelogEntry } from "../changelog"; export declare const ChangelogEntries: ({ entries, lang, hasDates, permalinkPath, }: { entries: ChangelogEntry[]; lang: string; hasDates: boolean; permalinkPath?: string; }) => import("react/jsx-runtime").JSX.Element[]; //# sourceMappingURL=changelog-entries.d.ts.map