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