import { default as React } from 'react';
import { FieldValues } from 'react-hook-form';
import { FormFieldPropsBase } from './types';
import { PartialBy } from '../../../../shared/types/utils';
declare const FormFieldAddressContent: <FormFields extends FieldValues>(props: PartialBy<FormFieldPropsBase<FormFields>, "placeholder">) => React.JSX.Element;
export declare const FormFieldAddress: typeof FormFieldAddressContent;
export {};
