/** * External dependencies */ import { SHIPPING_COUNTRIES } from '@woocommerce/block-settings'; /** * Internal dependencies */ import CountryInput from './country-input'; import { CountryInputProps } from './CountryInputProps'; const ShippingCountryInput = ( props: CountryInputProps ): JSX.Element => { return ; }; export default ShippingCountryInput;