import { Ref, ReactElement } from 'react'; import { NodeWithRectAndColor, RectNodeComponentProps, RectNodeHandle } from './types'; export declare const RectNodeSvg: (props: RectNodeComponentProps & { ref?: Ref; }) => ReactElement; //# sourceMappingURL=RectNodeSvg.d.ts.map