export type BarcodeOptions = { selector: string; value: string; height?: number; barWidth?: number; theme?: "light" | "dark"; showValue?: boolean; hydrate?: boolean; }; //# sourceMappingURL=Barcode.types.d.ts.map