import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
export type Props = {
    collection: SanitizedCollectionConfig;
    id: string;
    slug: string;
};
//# sourceMappingURL=types.d.ts.map