import React from 'react'; import { InternalCellProps } from '.'; /** * @internal */ declare const InternalCellWithoutRT: React.ForwardRefExoticComponent & React.RefAttributes>; export default InternalCellWithoutRT; //# sourceMappingURL=InternalCellWithoutRT.d.ts.map