declare module '*.svg' { const src: string; export default src; } declare const __webpack_public_path__: string;