import { Editor } from '../Editor'; export declare type ConnectionsProps = { editor: Editor; }; declare const Connections: ({ editor }: ConnectionsProps) => JSX.Element; export default Connections;