import * as _stitches_react_types_theme from '@stitches/react/types/theme'; import * as _stitches_react_types_css from '@stitches/react/types/css'; import * as _stitches_react_types_stitches from '@stitches/react/types/stitches'; import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'; import * as _stitches_react_types_config from '@stitches/react/types/config'; import { CSS as CSS$1 } from '@stitches/react'; export { VariantProps } from '@stitches/react'; declare const config: { prefix: ""; media: { bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }; theme: { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }; themeMap: _stitches_react_types_config.DefaultThemeMap; utils: { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }; }; declare const createTheme: (nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1) => string & { className: string; selector: string; } & (Argument0 extends string ? _stitches_react_types_stitches.ThemeTokens : _stitches_react_types_stitches.ThemeTokens); declare const css: { withConfig: (config: { componentId?: string; displayName?: string; shouldForwardStitchesProp?: (prop: "css" | (string & {})) => boolean | void; }) => _stitches_react_types_stitches.CssFunctionType<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; } & _stitches_react_types_stitches.CssFunctionType<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; declare const getCssText: () => string; declare const globalCss: (...styles: ({ '@import'?: unknown; '@font-face'?: unknown; } & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? _stitches_react_types_css.AtRule.FontFace | _stitches_react_types_css.AtRule.FontFace[] : K extends `@keyframes ${string}` ? { [x: string]: _stitches_react_types_css_util.CSS<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; } : K extends `@property ${string}` ? _stitches_react_types_css.AtRule.Property : _stitches_react_types_css_util.CSS<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; })[]) => () => string; declare const keyframes: (style: { [offset: string]: _stitches_react_types_css_util.CSS<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; }) => { (): string; name: string; }; declare const reset: () => void; declare const styled: { withConfig: (config: { componentId?: string; displayName?: string; shouldForwardStitchesProp?: (prop: "css" | (string & {})) => boolean | void; }) => _stitches_react_types_stitches.StyledFunctionType<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; } & _stitches_react_types_stitches.StyledFunctionType<{ bp1: string; bp2: string; bp3: string; bp4: string; motion: string; hover: string; dark: string; light: string; }, { borderWidths: unknown; borderStyles: unknown; colors: unknown; fonts: { 'fallback-mono': string; 'fallback-sans': string; 'fallback-serif': string; mono: string; sans: string; serif: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; fontWeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; letterSpacings: unknown; lineHeights: unknown; radii: { 0: string; 1: string; 2: string; 3: string; 4: string; pill: string; round: string; }; shadows: { 0: string; 1: string; 2: string; 3: string; toast: string; }; sizes: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; space: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; 11: string; 12: string; 13: string; 14: string; 15: string; 16: string; }; transitions: unknown; zIndices: { 0: string; 1: string; 2: string; 3: string; 4: string; max: string; toast: string; }; foo: { bar: string; }; }, _stitches_react_types_config.DefaultThemeMap, { p: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">) => { padding: string | number | _stitches_react_types_css_util.WithScaleValue<"padding">; }; pt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; pr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">) => { paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingRight">; }; pb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">) => { paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingBottom">; }; pl: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; px: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">) => { paddingLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; paddingRight: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingLeft">; }; py: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">) => { paddingTop: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; paddingBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"paddingTop">; }; m: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">) => { margin: string | number | _stitches_react_types_css_util.WithScaleValue<"margin">; }; mt: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; mr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">) => { marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginRight">; }; mb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">) => { marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginBottom">; }; ml: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; mx: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">) => { marginLeft: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; marginRight: string | number | _stitches_react_types_css_util.WithScaleValue<"marginLeft">; }; my: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">) => { marginTop: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; marginBottom: string | number | _stitches_react_types_css_util.WithScaleValue<"marginTop">; }; ta: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">) => { textAlign: string | number | _stitches_react_types_css_util.WithScaleValue<"textAlign">; }; fd: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">) => { flexDirection: string | number | _stitches_react_types_css_util.WithScaleValue<"flexDirection">; }; fw: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">) => { flexWrap: string | number | _stitches_react_types_css_util.WithScaleValue<"flexWrap">; }; ai: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">) => { alignItems: string | number | _stitches_react_types_css_util.WithScaleValue<"alignItems">; }; ac: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">) => { alignContent: string | number | _stitches_react_types_css_util.WithScaleValue<"alignContent">; }; jc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">) => { justifyContent: string | number | _stitches_react_types_css_util.WithScaleValue<"justifyContent">; }; as: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">) => { alignSelf: string | number | _stitches_react_types_css_util.WithScaleValue<"alignSelf">; }; fg: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">) => { flexGrow: string | number | _stitches_react_types_css_util.WithScaleValue<"flexGrow">; }; fs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">) => { flexShrink: string | number | _stitches_react_types_css_util.WithScaleValue<"flexShrink">; }; fb: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">) => { flexBasis: string | number | _stitches_react_types_css_util.WithScaleValue<"flexBasis">; }; bc: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">) => { backgroundColor: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundColor">; }; br: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">) => { borderRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderRadius">; }; btrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">) => { borderTopRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopRightRadius">; }; bbrr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">) => { borderBottomRightRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomRightRadius">; }; bblr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">) => { borderBottomLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderBottomLeftRadius">; }; btlr: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">) => { borderTopLeftRadius: string | number | _stitches_react_types_css_util.WithScaleValue<"borderTopLeftRadius">; }; bs: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">) => { boxShadow: string | number | _stitches_react_types_css_util.WithScaleValue<"boxShadow">; }; lh: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">) => { lineHeight: string | number | _stitches_react_types_css_util.WithScaleValue<"lineHeight">; }; ox: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">) => { overflowX: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowX">; }; oy: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">) => { overflowY: string | number | _stitches_react_types_css_util.WithScaleValue<"overflowY">; }; pe: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">) => { pointerEvents: string | number | _stitches_react_types_css_util.WithScaleValue<"pointerEvents">; }; us: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; userSelect: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">) => { WebkitUserSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; userSelect: string | number | _stitches_react_types_css_util.WithScaleValue<"userSelect">; }; size: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"width">) => { width: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; height: string | number | _stitches_react_types_css_util.WithScaleValue<"width">; }; appearance: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">) => { WebkitAppearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; appearance: string | number | _stitches_react_types_css_util.WithScaleValue<"appearance">; }; backgroundClip: (value: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">) => { WebkitBackgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; backgroundClip: string | number | _stitches_react_types_css_util.WithScaleValue<"backgroundClip">; }; }>; declare const theme: string & { className: string; selector: string; } & { borderWidths: {}; borderStyles: {}; colors: {}; fonts: { 'fallback-mono': _stitches_react_types_theme.Token<"fallback-mono", string, "fonts", "">; 'fallback-sans': _stitches_react_types_theme.Token<"fallback-sans", string, "fonts", "">; 'fallback-serif': _stitches_react_types_theme.Token<"fallback-serif", string, "fonts", "">; mono: _stitches_react_types_theme.Token<"mono", string, "fonts", "">; sans: _stitches_react_types_theme.Token<"sans", string, "fonts", "">; serif: _stitches_react_types_theme.Token<"serif", string, "fonts", "">; }; fontSizes: { 1: _stitches_react_types_theme.Token<"1", string, "fontSizes", "">; 2: _stitches_react_types_theme.Token<"2", string, "fontSizes", "">; 3: _stitches_react_types_theme.Token<"3", string, "fontSizes", "">; 4: _stitches_react_types_theme.Token<"4", string, "fontSizes", "">; 5: _stitches_react_types_theme.Token<"5", string, "fontSizes", "">; 6: _stitches_react_types_theme.Token<"6", string, "fontSizes", "">; 7: _stitches_react_types_theme.Token<"7", string, "fontSizes", "">; 8: _stitches_react_types_theme.Token<"8", string, "fontSizes", "">; 9: _stitches_react_types_theme.Token<"9", string, "fontSizes", "">; }; fontWeights: { 1: _stitches_react_types_theme.Token<"1", string, "fontWeights", "">; 2: _stitches_react_types_theme.Token<"2", string, "fontWeights", "">; 3: _stitches_react_types_theme.Token<"3", string, "fontWeights", "">; 4: _stitches_react_types_theme.Token<"4", string, "fontWeights", "">; 5: _stitches_react_types_theme.Token<"5", string, "fontWeights", "">; 6: _stitches_react_types_theme.Token<"6", string, "fontWeights", "">; 7: _stitches_react_types_theme.Token<"7", string, "fontWeights", "">; 8: _stitches_react_types_theme.Token<"8", string, "fontWeights", "">; 9: _stitches_react_types_theme.Token<"9", string, "fontWeights", "">; }; letterSpacings: {}; lineHeights: {}; radii: { 0: _stitches_react_types_theme.Token<"0", string, "radii", "">; 1: _stitches_react_types_theme.Token<"1", string, "radii", "">; 2: _stitches_react_types_theme.Token<"2", string, "radii", "">; 3: _stitches_react_types_theme.Token<"3", string, "radii", "">; 4: _stitches_react_types_theme.Token<"4", string, "radii", "">; pill: _stitches_react_types_theme.Token<"pill", string, "radii", "">; round: _stitches_react_types_theme.Token<"round", string, "radii", "">; }; shadows: { 0: _stitches_react_types_theme.Token<"0", string, "shadows", "">; 1: _stitches_react_types_theme.Token<"1", string, "shadows", "">; 2: _stitches_react_types_theme.Token<"2", string, "shadows", "">; 3: _stitches_react_types_theme.Token<"3", string, "shadows", "">; toast: _stitches_react_types_theme.Token<"toast", string, "shadows", "">; }; sizes: { 0: _stitches_react_types_theme.Token<"0", string, "sizes", "">; 1: _stitches_react_types_theme.Token<"1", string, "sizes", "">; 2: _stitches_react_types_theme.Token<"2", string, "sizes", "">; 3: _stitches_react_types_theme.Token<"3", string, "sizes", "">; 4: _stitches_react_types_theme.Token<"4", string, "sizes", "">; 5: _stitches_react_types_theme.Token<"5", string, "sizes", "">; 6: _stitches_react_types_theme.Token<"6", string, "sizes", "">; 7: _stitches_react_types_theme.Token<"7", string, "sizes", "">; 8: _stitches_react_types_theme.Token<"8", string, "sizes", "">; 9: _stitches_react_types_theme.Token<"9", string, "sizes", "">; }; space: { 0: _stitches_react_types_theme.Token<"0", string, "space", "">; 1: _stitches_react_types_theme.Token<"1", string, "space", "">; 2: _stitches_react_types_theme.Token<"2", string, "space", "">; 3: _stitches_react_types_theme.Token<"3", string, "space", "">; 4: _stitches_react_types_theme.Token<"4", string, "space", "">; 5: _stitches_react_types_theme.Token<"5", string, "space", "">; 6: _stitches_react_types_theme.Token<"6", string, "space", "">; 7: _stitches_react_types_theme.Token<"7", string, "space", "">; 8: _stitches_react_types_theme.Token<"8", string, "space", "">; 9: _stitches_react_types_theme.Token<"9", string, "space", "">; 10: _stitches_react_types_theme.Token<"10", string, "space", "">; 11: _stitches_react_types_theme.Token<"11", string, "space", "">; 12: _stitches_react_types_theme.Token<"12", string, "space", "">; 13: _stitches_react_types_theme.Token<"13", string, "space", "">; 14: _stitches_react_types_theme.Token<"14", string, "space", "">; 15: _stitches_react_types_theme.Token<"15", string, "space", "">; 16: _stitches_react_types_theme.Token<"16", string, "space", "">; }; transitions: {}; zIndices: { 0: _stitches_react_types_theme.Token<"0", string, "zIndices", "">; 1: _stitches_react_types_theme.Token<"1", string, "zIndices", "">; 2: _stitches_react_types_theme.Token<"2", string, "zIndices", "">; 3: _stitches_react_types_theme.Token<"3", string, "zIndices", "">; 4: _stitches_react_types_theme.Token<"4", string, "zIndices", "">; max: _stitches_react_types_theme.Token<"max", string, "zIndices", "">; toast: _stitches_react_types_theme.Token<"toast", string, "zIndices", "">; }; foo: { bar: _stitches_react_types_theme.Token<"bar", string, "foo", "">; }; }; declare const darkTheme: string & { className: string; selector: string; } & _stitches_react_types_stitches.ThemeTokens<{ colors: any; }, "">; declare type CSS = CSS$1; export { CSS, config, createTheme, css, darkTheme, getCssText, globalCss, keyframes, reset, styled, theme };