import './assets/style.css';
export * from './composables/useCountries';
export * from './utils/translations';
export type { Language } from './interfaces';
import PhoneSelect from './components/PhoneSelect.vue';
export { PhoneSelect };
export default PhoneSelect;
