/// import type { FormattedCellProps } from './types.js'; /** * Wraps any cell rendering with indication of validation errors if present. * This statically fixes the left spacing of the contents so there is room for a warning triangle in the corner (like Excel). */ export declare const ValidationCellWrapper: React.FC>;