import React from 'react'; import { InternalRowBaseProps } from './Row.types'; /** * The base Row component, extended by `InternalRow(With/Without)RT` */ declare const InternalRowBase: React.ForwardRefExoticComponent>; export default InternalRowBase; //# sourceMappingURL=InternalRowBase.d.ts.map