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