import { Point, ShapeComponentProps, Size } from 'dagre-reactjs'; import * as React from 'react'; export declare const calculateHousePoints: (size: Size) => Array; export declare const House: React.FC;