import type { PropsWithChildren } from 'react';
import React from 'react';
/** @public */
export type LegendTableCellProps = PropsWithChildren<{
    truncate?: boolean;
    className?: string;
}>;
/** @public */
export declare const LegendTableCell: ({ truncate, className, children }: LegendTableCellProps) => React.JSX.Element;
//# sourceMappingURL=legend_table_cell.d.ts.map