import { type InteractiveElementConfiguration } from '@myparcel/vue-form-builder'; import { type ShipmentOptionsRefs } from '../types'; import { type FieldName } from '../field'; export declare const createShipmentOptionField: (refs: ShipmentOptionsRefs, fieldName: FieldName, config?: Partial) => InteractiveElementConfiguration;