/// import { Props as CellProps } from '../Cell'; declare type CellActionsProps = Pick, 'cellMetaData' | 'column' | 'rowData'>; export default function CellActions({ cellMetaData, column, rowData }: CellActionsProps): JSX.Element | null; export {};