import type { CountryOfGoverningLawFieldProps, CountryOfGoverningLawFieldSchema } from './types';
export declare const COUNTRY_OF_GOVERNING_LAW_FIELD: Array<keyof CountryOfGoverningLawFieldSchema>;
export declare function CountryOfGoverningLawField({ data, valid, errors, labels, readonly, handleChangeFor, helperText, allowedCountries, country, classNameModifiers, }: CountryOfGoverningLawFieldProps): import("preact").JSX.Element;
