import Address from './Address'; import { AddressTranslations } from './types'; export default Address; export type { AddressTranslations };