﻿export interface ILightbox {
    show(url: string, fileName: string): void;
}
