import { InitialObjectType } from '../../lib/types/Initial/Initial'; declare type Values = { [name: string]: InitialObjectType | string | number | boolean; }; declare function withLocationFields(values: Values, values_FieldName?: string, setQueryField_FieldName?: string): (WrapperComponent: any) => (props: any) => JSX.Element; export default withLocationFields;