import type { ExtractPropTypes } from 'vue'; export declare const barcodeProps: { readonly text: { readonly type: import("vue").PropType; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly barcodeWidth: import("m-eleplus-crud/es/utils").EpPropFinalized; readonly barcodeHeight: import("m-eleplus-crud/es/utils").EpPropFinalized; }; export type BarcodeProps = ExtractPropTypes; export declare const barcodeEmits: { click: (val: string) => boolean; }; export type BarcodeEmits = typeof barcodeEmits;