import React from 'react'; import { InternalRowBaseProps } from './Row.types'; /** * Renders basic array row data * * @internal */ declare const InternalRowWithoutRT: React.ForwardRefExoticComponent>; export default InternalRowWithoutRT; //# sourceMappingURL=InternalRowWithoutRT.d.ts.map