/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { ListItemProps } from '@progress/kendo-react-dropdowns'; import { ToolProps } from '../ToolProps.js'; import * as React from 'react'; /** * @hidden */ export interface TableCellPropertiesProps extends ToolProps { } /** * @hidden */ export declare const TableCellProperties: React.FunctionComponent; /** * @hidden */ export declare const valueRenderWithIcon: (element: React.ReactElement, value: any) => React.JSX.Element; /** * @hidden */ export declare const itemRenderWithIcon: (li: React.ReactElement, itemProps: ListItemProps) => React.ReactElement>;