import type { CompanyNameAndCountryProps, CompanyNameAndCountrySchema } from './types';
export declare const countryWithGoverningLawFields: Array<keyof CompanyNameAndCountrySchema>;
export declare const companyNameAndCountryFields: Array<keyof CompanyNameAndCountrySchema>;
declare function CompanyNameAndCountry(props: CompanyNameAndCountryProps): import("preact").JSX.Element;
export declare const MemoizedCompanyNameAndCountry: typeof CompanyNameAndCountry;
export {};
