/** Internal only symbol used by `Form` & `ObjectField` to mark an additional property element to be removed */ export declare const ADDITIONAL_PROPERTY_KEY_REMOVE: unique symbol; /** Internal only symbol used by the `reset()` function to indicate that a reset operation is happening */ export declare const IS_RESET: unique symbol; //# sourceMappingURL=constants.d.ts.map