declare module '*.png' { // eslint-disable-next-line @typescript-eslint/no-explicit-any const value: any; export = value; }