import { StringHack } from "./index"; export type BgSize = TLength | "auto" | "contain" | "cover" | StringHack;