/// import type { FormattedCellProps } from './types.js'; /** * Basic rendering of boolean values as true/false text. */ export declare const BooleanTextCell: React.FC;