import { ManifestScreenshot } from '../types/types'; declare const template: (screenshots: ManifestScreenshot[], theme: string, scrollToNextPage: any, scrollToPrevPage: any) => import("lit").TemplateResult<1>; export default template;