import { CounterStyleRangeProperty, CounterStyleSpeakAsProperty, CounterStyleSystemProperty } from "./index"; export interface CounterStyleHyphen { "additive-symbols"?: string; fallback?: string; negative?: string; pad?: string; prefix?: string; range?: CounterStyleRangeProperty; "speak-as"?: CounterStyleSpeakAsProperty; suffix?: string; symbols?: string; system?: CounterStyleSystemProperty; }