import { type InteractiveElementConfiguration } from '@myparcel/vue-form-builder'; import { type ElementInstance, type PdkElementProps } from '../../types'; export declare const createFormElement: (config?: Partial>, formName?: string) => ElementInstance>;