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