declare const useTriggerFlow: (props: any) => { flowSubmitType: string; flowBusiKeys: { apiRequest: string; postObjectData: string; }; onSelectFlowForm: (formId: any) => void; onSelectFlowSubmitType: (type: any) => void; onApiRequestSetParams: (val: any) => void; onSelectFlowBusiKey: (val: any) => void; onTriggerFlowOk: () => void; onTriggerFlowCancel: () => void; }; export default useTriggerFlow;