import { type DisplayTableCellProps } from './DisplayTableCell.types'; export declare function DisplayTableCell({ children, className, depth, columnIndex, style, type, isTotal, ...props }: DisplayTableCellProps): import("react/jsx-runtime").JSX.Element;