import { Point } from "../../geometry/point"; export type PanelArea = { coords: Point[]; };