import type { ReactNode } from 'react'; interface TableMasterCellActionsProps { children: ReactNode; } export declare const TableMasterCellActions: { ({ children }: TableMasterCellActionsProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {};