import React from "react"; import type { DataListActionsProps, DataListObject } from "../../DataList.types"; export declare function DataListActions({ children, itemsToExpose, }: DataListActionsProps): React.JSX.Element;