import React from 'react'; import * as actions from '../../../modules/actions'; import type defaultState from '../../../modules/default-state'; import './style.css'; interface Props { toolName: typeof defaultState['apiValues']['toolName']; staticImageAccepter: typeof defaultState['staticImageAccepter']; staticAccepterConfig: typeof defaultState['config']['staticImageAccepter']; imagesById: typeof defaultState['tree']['images']['byId']; actions: typeof actions; } declare const _default: import("react-redux").ConnectedComponent, import("react-redux").Omit>; export default _default;