import { type BarcodeProps } from './common'; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { fontStyle: import("../..").CanvasFontStyle; fontWeight: import("../..").CanvasFontWeight; fontSize: number; fontFamily: string; textAlign: import("../..").CanvasTextAlign; format: import("../..").BarcodeFormat; width: number; height: number; background: string; displayValue: boolean; textPosition: import("../..").BarcodeTextPosition; textMargin: number; margin: number; marginTop: number; marginBottom: number; marginLeft: number; marginRight: number; value: string; color: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;