/** * HeroSlideshows Collection * * Stores named slideshows composed of multiple hero slides. * Each slideshow can be fetched by ID or name and rendered with * the HeroSlideshow component from @qwickapps/react-framework. * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import type { CollectionConfig } from 'payload'; export declare const HeroSlideshows: CollectionConfig; //# sourceMappingURL=HeroSlideshows.d.ts.map