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; export {}; //# sourceMappingURL=ChangelogLayout.d.ts.map