import React from 'react'; import type { Post } from '@/payload-types'; export type Props = { posts: Post[]; }; export declare const CollectionArchive: React.FC;