Image file not import in src/admin/app.tsx

import AuthLogo from “./extensions/auth_logo.png”;
export default {
config: {
auth: {
logo: AuthLogo,
},
},
bootstrap(app:any) {
console.log(app);
},
};

I have created the folder as extensions inside the admin folder.
auth_logo.png file also inside the extensions folder.

but still i got the error “Cannot find module ‘./extensions/auth_logo.png’ or its corresponding type declarations.”