import { Color, StringHack } from "./index"; export type Paint = Color | "child" | "context-fill" | "context-stroke" | "none" | StringHack;