import { FormObject } from "../../form-object"; import { GeoFenceLocationValue } from "./geo-fence-location-value"; export declare class ChildRecordValue { Id: String; status: string; picture: string; subTitle: string; title: string; geoFenceLocation: GeoFenceLocationValue; lvStatus: string; geoFence: string; location: GeoFenceLocationValue; formId: String; name: string; formObjectTitle: string; formObjectSubTitle: string; formObjectId: FormObject; constructor(applyGeoFenceObject?: ChildRecordValue); createNewGeoFenceValue(): void; /**function to create apply geofence object with existing values * *@param applyGeoFenceObject * */ createGeoFenceValue(applyGeoFenceObject?: any): void; }