import { Product } from '../../shared/product';
import { VaLightboxComponent } from '@vendasta/uikit';
import { File } from '../../files/shared/file.model';
import * as i0 from "@angular/core";
export declare class ScreenshotsFilesComponent {
    app: Product;
    clickable: boolean;
    lightboxRef: VaLightboxComponent;
    getSrcsetImageUrls(imageUrl: string): string;
    onClick(index: number): void;
    getFileName(fileUrl: File): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ScreenshotsFilesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ScreenshotsFilesComponent, "app-screenshots-files", never, { "app": "app"; "clickable": "clickable"; "lightboxRef": "lightboxRef"; }, {}, never, never>;
}
