import React from "react"; import { Action } from "../../../models/Action"; export declare const searchActions: () => import("@tanstack/react-query").UseQueryResult; interface Props { actionsOfProfile: Action[]; onSelectionChanged: Function; } export declare const DataTable: ({ actionsOfProfile, onSelectionChanged }: Props) => React.JSX.Element; export {};