declare module '#sprockets/components/title' {
  export { default } from '#sprockets/super/components/title'
  export * from '#sprockets/super/components/title'
}

declare module 'shinkansen-sprockets/components/title' {
  export { default } from '#sprockets/components/title'
  export * from '#sprockets/components/title'
}
