declare module '*?script-string' {
  const content: string
  export default content
}
