import React from "react"; import { ActionFunction, LoaderFunctionArgs } from "react-router-dom"; declare const WorkflowTab: React.FC; export declare const loader: (args: LoaderFunctionArgs) => Promise | Response>; export declare const action: ActionFunction; export default WorkflowTab;