/// import { ActionsTable } from "./actionsTable.component"; declare const _default: { title: string; component: typeof ActionsTable; argTypes: { data: { control: { type: string; }; }; operations: { control: { type: string; }; }; isLoading: { control: { type: string; }; }; isEmpty: { control: { type: string; }; }; disableFilters: { control: { type: string; }; }; disablePagination: { control: { type: string; }; }; tags: { control: { type: string; }; }; onAddAction: { action: string; }; }; parameters: {}; }; export default _default; export declare const Sandbox: { (args: any): JSX.Element; args: { icon: string; availableActions: { label: string; value: string; }[]; data: { _id: string; handler: string[]; method: string[]; priority: number; name: string; title: string; form: string; machineName: string; }[]; operations: ({ title: string; action: string; alias: string; path: string; icon: string; permissionsResolver(): boolean; buttonType?: undefined; } | { action: string; path: string; icon: string; buttonType: string; permissionsResolver(): boolean; title?: undefined; alias?: undefined; })[]; }; };