import type { PropPanel } from '@pdfme/common';
import type { BarcodeSchema } from './types.js';
export declare const getPropPanelByBarcodeType: (barcodeType: string) => PropPanel<BarcodeSchema>;
