import type { ValueStringProps as StringValueProps } from '../String';
export type ValuePostalCodeAndCityProps = StringValueProps & Partial<Record<'postalCode' | 'city', StringValueProps>>;
declare function PostalCodeAndCity(props: ValuePostalCodeAndCityProps): import("react/jsx-runtime").JSX.Element;
export default PostalCodeAndCity;
