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