declare module "*.svg" {
    const content: string;
    export = content;
}
