import { IconProps } from '../lib';
declare function Barcode(props: IconProps): JSX.Element;
export default Barcode;
