import * as React from 'react'; import type { CountrySelectDropdownProps } from './types'; declare const CountrySelectDropdownFwd: React.ForwardRefExoticComponent | ((a: null | HTMLElement) => unknown); } & React.RefAttributes>; export default CountrySelectDropdownFwd;