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