import type { Constructor, Options, BarValue, Format } from './definitions'; declare const Barcode: ({ value, options, ...styles }: Constructor) => import("react/jsx-runtime").JSX.Element; export type { Constructor, Options, Format, BarValue }; export default Barcode; //# sourceMappingURL=index.d.ts.map