import { RowCellProps } from './types'; declare const RowCell: import('react').MemoExoticComponent<(props: RowCellProps) => import("react").JSX.Element>; export { RowCell };