import type { RowAction } from "./types.js"; type DataTableRowActionsProps = { row: T; actions: RowAction[]; }; export declare function DataTableRowActions({ row, actions }: DataTableRowActionsProps): import("react").JSX.Element | null; export {}; //# sourceMappingURL=dataTableRowActions.d.ts.map