import type { CountryFieldProps, CountryFieldSchema } from './types';
export declare const COUNTRY_FIELD: Array<keyof CountryFieldSchema>;
export declare function CountryField({ name, data, valid, errors, labels, readonly, handleChangeFor, helperText, allowedCountries, classNameModifiers, }: CountryFieldProps): import("preact").JSX.Element;
