/// import { RectangleProps } from '../components/rectangle/Rectangle'; export declare const rectangle: (node: RectangleNode) => (props: RectangleProps) => any;