import { StringHack } from "./index"; export type BgPosition = TLength | "bottom" | "center" | "left" | "right" | "top" | StringHack;