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