import React from 'react'; import { CountryCodeInputComponent } from './types'; declare const CountryCodeInput: ({ label, value, setValue, selectedCountry, setSelectedCountry, type, message, showCountryCode, dropdownHeight, placeholder, inputType, disabledCountryCodeSelect, disabledCountryCodeInput, }: CountryCodeInputComponent.Props) => React.JSX.Element; export { CountryCodeInput };