import type { PropType } from 'vue'; import type { Options } from 'jsbarcode'; declare const _default: { value: StringConstructor; tag: { type: StringConstructor; default: string; }; options: { type: PropType; }; }; export default _default;