import React from 'react';
import { BarcodeProps } from './types';
declare const Barcode: React.FC<BarcodeProps>;
export default Barcode;
