import { ComponetizedRow } from '../../types/editable'; declare const Inner: ({ editable, ancestors, node: { id, hover, cells, hasInlineChildren }, containerHeight, blurAllCells, containerWidth, }: ComponetizedRow) => JSX.Element; export default Inner; //# sourceMappingURL=inner.d.ts.map