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