import type { GraphqlChangeset } from '#lib/graphql-changeset/index';
import type React from 'react';
interface ChangelogLayoutProps {
    children: React.ReactNode;
    versions: GraphqlChangeset.ChangeSet[];
}
export declare const ChangelogLayout: React.FC<ChangelogLayoutProps>;
export {};
//# sourceMappingURL=ChangelogLayout.d.ts.map