export type Size = 32 | 40 | 48 | 56 | 64 | 96 | 128; export type Color = "teal" | "light-teal" | "green" | "lime" | "yellow" | "orange" | "magenta" | "pink"; //# sourceMappingURL=types.d.ts.map