/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { BarcodeComponent } from "./barcode.component"; import { QRCodeComponent } from "./qrcode.component"; /** * Use this utility array to access all Barcode related components and directives in a standalone Angular component. */ export declare const KENDO_BARCODE: readonly [typeof BarcodeComponent]; /** * Use this utility array to access all QRCode related components and directives in a standalone Angular component. */ export declare const KENDO_QRCODE: readonly [typeof QRCodeComponent]; /** * Use this utility array to access all `@progress/kendo-angular-barcodes` related components and directives in a standalone Angular component. */ export declare const KENDO_BARCODES: readonly [typeof BarcodeComponent, typeof QRCodeComponent];