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