import { Globals } from "./index"; export type StrokeLinecapProperty = Globals | "butt" | "round" | "square";