import type { BusinessRegistrationNumberFieldProps, BusinessRegistrationNumberFieldSchema } from './types';
export declare const BUSINESS_REGISTRATION_NUMBER_FIELD: Array<keyof BusinessRegistrationNumberFieldSchema>;
export declare function BusinessRegistrationNumberField({ data, valid, errors, labels, mask, guidanceText, placeholders, readonly, shouldValidate, optional, handleChangeFor, country, canExempt, companyType, registrationNumberOptions, registrationNumberType, setRegistrationNumberType, helperText, }: BusinessRegistrationNumberFieldProps): import("preact").JSX.Element;
