declare module '*.svg' { import Vue, {VueConstructor} from 'vue'; const content: VueConstructor; export default content; }