import type { ComposerTranslation } from 'vue-i18n'; import type { PageEditorComponent } from '../../pageEditor/editor/hook'; export declare function duxFormEditorSelectAsync(t: ComposerTranslation): PageEditorComponent;