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