import type { VatNumberFieldProps, VatNumberFieldSchema } from './types';
export declare const VAT_NUMBER_FIELD: Array<keyof VatNumberFieldSchema>;
export declare function VatNumberField({ data, valid, errors, labels, mask, guidanceText, placeholders, readonly, optional, shouldValidate, handleChangeFor, canExempt, country, vatNumberType, setVatNumberType, }: VatNumberFieldProps): import("preact").JSX.Element;
