import React from 'react'; export interface ActionOptionsProps { actionId: string; actionName: string; DragHandle: React.ComponentType; actionSetId: string; } declare const ActionOptions: React.FC; export { ActionOptions };