/// import { ActionProps } from './utils'; declare function TableActions(props: ActionProps): JSX.Element | null; export default TableActions;