/*! * Original code by WorkOS * MIT Licensed, Copyright (c) 2022 WorkOS. * * Credits to the WorkOS team: * https://github.com/stitchesjs/stitches/blob/96e8a523caf1724cf25bb0d07ee823365bbedd9c/packages/core/src/default/defaultThemeMap.js */ import { ThemeMap } from "../types"; /** Map CSS properties to theme scale. */ export declare const DEFAULT_THEME_MAP: ThemeMap;