import { PowerCurve } from "../../energy"; export declare class Surface { constructor(); surfaceId?: string; name?: string; polygonPath?: any; area?: number; dimensions?: { width: number; heigt: number; }; material?: string; inclination?: number; orientation?: number; panelNumber?: number; panelInclination?: number; panelOrientation?: number; panelPosition?: "vertical" | "horizontal"; production?: PowerCurve; }