/// import type { ReferenceCellProps } from './type'; declare function ReferenceCell({ isTextShown, getTooltipTitle, ...props }: ReferenceCellProps): import("react").JSX.Element; export default ReferenceCell;