/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { TreeListNoRecordsProps } from './interfaces/TreeListNoRecordsProps.js'; import * as React from 'react'; /** * Represents the TreeListNoRecords component. * The component is rendered when the `data` property of the TreeList is an empty array or undefined. */ export declare class TreeListNoRecords extends React.Component { /** * @hidden */ render(): any; }