/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
/**
 * @hidden
 */
export declare const appendNodes: (element: any, nodes: any[]) => void;
/**
 * @hidden
 */
export declare const wrapTable: (table: any) => any;
/**
 * @hidden
 */
export declare const createTableElement: (sources: any) => any;
/**
 * @hidden
 */
export declare const setFirstCellClass: (header: any, headers: any) => void;
/**
 * @hidden
 */
export declare const createTable: (colGroups: any[], headers: any[], bodies: any[], footers: any[]) => any;
