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