import React, { type PropsWithChildren } from "react"; export declare function DataTableRowActions(props: PropsWithChildren<{ readonly className?: string; }>): React.JSX.Element;