/// import { Config } from '../config'; type CollectionPageProps = { collection: string; config: Config; basePath: string; }; export declare function CollectionPage(props: CollectionPageProps): JSX.Element; export {};