import { type InteractiveElementConfiguration } from '@myparcel/vue-form-builder'; import { type ShipmentOptionsRefs } from '../types'; export declare const createInsuranceField: (refs: ShipmentOptionsRefs) => InteractiveElementConfiguration;