import { FunctionComponent } from 'react'; import { Action } from 'redux'; import { TabComponentProps } from '../ActionPreview'; declare const ActionTab: FunctionComponent>>; export default ActionTab;