import { Box } from "./index"; export type GeometryBox = Box | "fill-box" | "margin-box" | "stroke-box" | "view-box";