import React from 'react'; declare type Props = { nodeId: string; rowWidth: number; rowHasInlineChildrenPosition?: string | null; isLast: boolean; offset: number; size: number; maxSize: number; }; declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=ResizableRowCell.d.ts.map