import { BaseNodePropsWithData } from '../../../base'; import { RelationshipDetailsTypes } from '../_types'; import { FunctionComponent } from 'react'; export declare const ElementNode: FunctionComponent>; export declare const CompoundNode: FunctionComponent>; type ElementPortsProps = BaseNodePropsWithData>; export declare const ElementPorts: ({ data: { ports, height: h } }: ElementPortsProps) => import("react/jsx-runtime").JSX.Element; type CompoundPortsProps = BaseNodePropsWithData>; export declare const CompoundPorts: ({ data }: CompoundPortsProps) => import("react/jsx-runtime").JSX.Element; export {};