declare const classNames: {
  readonly handle: 'handle';
  readonly handle_logic: 'handle_logic';
  readonly handle_logic_duration: 'handle_logic_duration';
  readonly handle_logic_datetime: 'handle_logic_datetime';
  readonly handle_logic_time: 'handle_logic_time';
  readonly handle_logic_date: 'handle_logic_date';
  readonly handle_logic_bool: 'handle_logic_bool';
  readonly handle_logic_float: 'handle_logic_float';
  readonly handle_logic_int: 'handle_logic_int';
  readonly handle_logic_string: 'handle_logic_string';
  readonly 'react-flow__node': 'react-flow__node';
  readonly selected: 'selected';
  readonly entityWrapper: 'entityWrapper';
  readonly hidden: 'hidden';
  readonly 'react-flow__edges': 'react-flow__edges';
  readonly 'react-flow__edge-default': 'react-flow__edge-default';
  readonly handleConnectedFill: 'handleConnectedFill';
  readonly handleConnectedBorderRight: 'handleConnectedBorderRight';
  readonly handleConnectedBorderLeft: 'handleConnectedBorderLeft';
  readonly handleFunction: 'handleFunction';
  readonly logic: 'logic';
  readonly logicInput: 'logicInput';
  readonly logicSpan: 'logicSpan';
};
export = classNames;