/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { BarcodeProps } from './BarcodeProps'; import { BarcodeHandle } from './BarcodeHandle'; import * as React from 'react'; /** * Represents the KendoReact Barcode component. */ export declare const Barcode: React.ForwardRefExoticComponent>;