import type { TaxIdProps, TaxIdSchema } from './types';
export declare const taxIdFields: Array<keyof TaxIdSchema>;
export declare function TaxId(props: TaxIdProps): import("preact").JSX.Element;
