import { Globals } from "./index"; /** **Initial value**: `separate` */ export type RubyMergeProperty = Globals | "auto" | "collapse" | "separate";