import { UIRenderProps } from '@pdfme/common'; import { MultiVariableTextSchema } from './types.js'; export declare const uiRender: (arg: UIRenderProps) => Promise;