import { type TableCellProps } from './types';
export declare const ActionsCell: (props: TableCellProps) => import("react/jsx-runtime").JSX.Element;
