declare const defaultImagesMap: { IMAGE_59: string; }; export declare function getImg(name: keyof typeof defaultImagesMap): string; export {};