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