declare module '*.svg' { import { SvgComponent } from '@doc/svg-component'; const content: SvgComponent; export default content; }