// https://stackoverflow.com/a/66356082 declare module '*.css'; declare module '*.svg' { /** * Use `any` to avoid conflicts with * `@svgr/webpack` plugin or * `babel-plugin-inline-react-svg` plugin. */ const content: any; export default content; }