/* eslint-disable */
import type { Locale } from '@uppy/core'

type BoxLocale = Locale<
    | 'pluginNameBox'
>

export default BoxLocale