import { handleCtxSelectedValue, handleCtxSelectedValueChange } from './pageDataCtxSelectUtils'; import { isBoundDataSource } from './bindDataUtils'; import { EditorInputBase } from '@lingxiteam/editor-types'; declare const useI18nValue: ({ getEditorApi }: { getEditorApi?: (() => import("@lingxiteam/editor-types").EditorApiType) | undefined; }) => { getI18nValue: (value: string) => string; }; export { isBoundDataSource, handleCtxSelectedValue, handleCtxSelectedValueChange, useI18nValue, };