import { StringHack } from "./index"; export type CounterStyleRangeProperty = "auto" | "infinite" | StringHack | number;