declare module '*.svg' {
  const content: any;
  export default content;
}

declare module '*.md' {
  const content: any;
  export default content;
}
