export default interface ImageMap {
    [key: string]: HTMLImageElement;
}
