export { default as Line, type SimpleLine } from "./Line"; export { default as Rect, type SimpleRect } from "./Rect"; export { default as Point, type SimplePoint } from "./Point"; export { default as Circle, type SimpleCircle } from "./Circle"; export { default as Triangle, type SimpleTriangle } from "./Triangle"; export { default as Quadrilateral, type SimpleQuadrilateral } from "./Quadrilateral";