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

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