import React from 'react'; import { ActionSet } from '../../typings'; interface Props { actionSet: ActionSet; } declare const ActionSetEditor: React.FC; export { ActionSetEditor };