import { Globals } from "./index"; /** **Initial value**: `none` */ export type MaxLinesProperty = Globals | "none" | number;