import type * as Stitches from '@stitches/react'; export declare const defaultTokens: { fonts: { body: string; }; fontSizes: { text_xs: string; text_sm: string; text_base: string; text_lg: string; text_xl: string; display_xs: string; display_sm: string; display_base: string; display_lg: string; display_xl: string; display_2xl: string; }; fontWeights: { regular: number; medium: number; semibold: number; bold: number; }; lineHeights: { text_xs: string; text_sm: string; text_base: string; text_lg: string; text_xl: string; display_xs: string; display_sm: string; display_base: string; display_lg: string; display_xl: string; display_2xl: string; }; letterSpacings: { tighter: string; tight: string; normal: string; base: string; wide: string; wider: string; widest: string; }; space: { xs: string; sm: string; md: string; lg: string; xl: string; 0: string; px: string; '0.25': string; '1': string; '1.5': string; '2': string; '2_5': string; '3': string; '3.5': string; '4': string; '5': string; '6': string; '7': string; '8': string; '9': string; '10': string; '11': string; '12': string; '14': string; '16': string; '20': string; '24': string; '28': string; '32': string; '36': string; '40': string; '44': string; '48': string; '52': string; '56': string; '60': string; '64': string; '72': string; '80': string; '96': string; }; radii: { none: string; sm: string; base: string; md: string; lg: string; xl: string; '2xl': string; '3xl': string; full: string; }; zIndices: { 1: string; 2: string; 3: string; 4: string; 5: string; 10: string; max: string; }; borderWeights: { none: string; light: string; base: string; medium: string; bold: string; }; transitions: { default: string; button: string; avatar: string; link: string; card: string; }; breakpoints: { xs: string; sm: string; md: string; lg: string; xl: string; xsMax: string; smMax: string; mdMax: string; lgMax: string; xlMax: string; }; }; export declare const defaultColors: {}; export declare const defaultMedia: { any: string; xs: string; sm: string; md: string; lg: string; xl: string; xsMax: string; smMax: string; mdMax: string; lgMax: string; xlMax: string; xsMixed: string; smMixed: string; mdMixed: string; lgMixed: string; xlMixed: string; motion: string; hover: string; dark: string; light: string; }; export declare const defaultUtils: { p: (value: Stitches.PropertyValue<'padding'>) => { padding: { readonly [Stitches.$$PropertyValue]: "padding"; }; }; pt: (value: Stitches.PropertyValue<'paddingTop'>) => { paddingTop: { readonly [Stitches.$$PropertyValue]: "paddingTop"; }; }; pr: (value: Stitches.PropertyValue<'paddingRight'>) => { paddingRight: { readonly [Stitches.$$PropertyValue]: "paddingRight"; }; }; pb: (value: Stitches.PropertyValue<'paddingBottom'>) => { paddingBottom: { readonly [Stitches.$$PropertyValue]: "paddingBottom"; }; }; pl: (value: Stitches.PropertyValue<'paddingLeft'>) => { paddingLeft: { readonly [Stitches.$$PropertyValue]: "paddingLeft"; }; }; px: (value: Stitches.PropertyValue<'paddingLeft'>) => { paddingLeft: { readonly [Stitches.$$PropertyValue]: "paddingLeft"; }; paddingRight: { readonly [Stitches.$$PropertyValue]: "paddingLeft"; }; }; py: (value: Stitches.PropertyValue<'paddingTop'>) => { paddingTop: { readonly [Stitches.$$PropertyValue]: "paddingTop"; }; paddingBottom: { readonly [Stitches.$$PropertyValue]: "paddingTop"; }; }; m: (value: Stitches.PropertyValue<'margin'>) => { margin: { readonly [Stitches.$$PropertyValue]: "margin"; }; }; mt: (value: Stitches.PropertyValue<'marginTop'>) => { marginTop: { readonly [Stitches.$$PropertyValue]: "marginTop"; }; }; mr: (value: Stitches.PropertyValue<'marginRight'>) => { marginRight: { readonly [Stitches.$$PropertyValue]: "marginRight"; }; }; mb: (value: Stitches.PropertyValue<'marginBottom'>) => { marginBottom: { readonly [Stitches.$$PropertyValue]: "marginBottom"; }; }; ml: (value: Stitches.PropertyValue<'marginLeft'>) => { marginLeft: { readonly [Stitches.$$PropertyValue]: "marginLeft"; }; }; mx: (value: Stitches.PropertyValue<'marginLeft'>) => { marginLeft: { readonly [Stitches.$$PropertyValue]: "marginLeft"; }; marginRight: { readonly [Stitches.$$PropertyValue]: "marginLeft"; }; }; my: (value: Stitches.PropertyValue<'marginTop'>) => { marginTop: { readonly [Stitches.$$PropertyValue]: "marginTop"; }; marginBottom: { readonly [Stitches.$$PropertyValue]: "marginTop"; }; }; ta: (value: Stitches.PropertyValue<'textAlign'>) => { textAlign: { readonly [Stitches.$$PropertyValue]: "textAlign"; }; }; tt: (value: Stitches.PropertyValue<'textTransform'>) => { textTransform: { readonly [Stitches.$$PropertyValue]: "textTransform"; }; }; to: (value: Stitches.PropertyValue<'textOverflow'>) => { textOverflow: { readonly [Stitches.$$PropertyValue]: "textOverflow"; }; }; d: (value: Stitches.PropertyValue<'display'>) => { display: { readonly [Stitches.$$PropertyValue]: "display"; }; }; dflex: (value: Stitches.PropertyValue<'alignItems'>) => { display: string; alignItems: { readonly [Stitches.$$PropertyValue]: "alignItems"; }; justifyContent: { readonly [Stitches.$$PropertyValue]: "alignItems"; }; }; fd: (value: Stitches.PropertyValue<'flexDirection'>) => { flexDirection: { readonly [Stitches.$$PropertyValue]: "flexDirection"; }; }; fw: (value: Stitches.PropertyValue<'flexWrap'>) => { flexWrap: { readonly [Stitches.$$PropertyValue]: "flexWrap"; }; }; ai: (value: Stitches.PropertyValue<'alignItems'>) => { alignItems: { readonly [Stitches.$$PropertyValue]: "alignItems"; }; }; ac: (value: Stitches.PropertyValue<'alignContent'>) => { alignContent: { readonly [Stitches.$$PropertyValue]: "alignContent"; }; }; jc: (value: Stitches.PropertyValue<'justifyContent'>) => { justifyContent: { readonly [Stitches.$$PropertyValue]: "justifyContent"; }; }; as: (value: Stitches.PropertyValue<'alignSelf'>) => { alignSelf: { readonly [Stitches.$$PropertyValue]: "alignSelf"; }; }; fg: (value: Stitches.PropertyValue<'flexGrow'>) => { flexGrow: { readonly [Stitches.$$PropertyValue]: "flexGrow"; }; }; fs: (value: Stitches.PropertyValue<'fontSize'>) => { fontSize: { readonly [Stitches.$$PropertyValue]: "fontSize"; }; }; fb: (value: Stitches.PropertyValue<'flexBasis'>) => { flexBasis: { readonly [Stitches.$$PropertyValue]: "flexBasis"; }; }; bf: (value: Stitches.PropertyValue<'backdropFilter'>) => { backdropFilter: { readonly [Stitches.$$PropertyValue]: "backdropFilter"; }; }; bg: (value: Stitches.PropertyValue<'backgroundColor'>) => { background: { readonly [Stitches.$$PropertyValue]: "backgroundColor"; }; }; bgBlur: (value: Stitches.PropertyValue<'backgroundColor'>) => { bf: string; bg: string; }; bgColor: (value: Stitches.PropertyValue<'backgroundColor'>) => { backgroundColor: { readonly [Stitches.$$PropertyValue]: "backgroundColor"; }; }; backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => { WebkitBackgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; }; bgClip: (value: Stitches.PropertyValue<'backgroundClip'>) => { WebkitBackgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; }; br: (value: Stitches.PropertyValue<'borderRadius'>) => { borderRadius: { readonly [Stitches.$$PropertyValue]: "borderRadius"; }; }; bw: (value: Stitches.PropertyValue<'borderWidth'>) => { borderWidth: { readonly [Stitches.$$PropertyValue]: "borderWidth"; }; }; btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => { borderTopRightRadius: { readonly [Stitches.$$PropertyValue]: "borderTopRightRadius"; }; }; bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => { borderBottomRightRadius: { readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius"; }; }; bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => { borderBottomLeftRadius: { readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius"; }; }; btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => { borderTopLeftRadius: { readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius"; }; }; bs: (value: Stitches.PropertyValue<'boxShadow'>) => { boxShadow: { readonly [Stitches.$$PropertyValue]: "boxShadow"; }; }; normalShadow: (value: Stitches.PropertyValue<'backgroundColor'>) => { boxShadow: string; }; normalShadowVar: (value: Stitches.PropertyValue<'backgroundColor'>) => { boxShadow: string; }; lh: (value: Stitches.PropertyValue<'lineHeight'>) => { lineHeight: { readonly [Stitches.$$PropertyValue]: "lineHeight"; }; }; ov: (value: Stitches.PropertyValue<'overflow'>) => { overflow: { readonly [Stitches.$$PropertyValue]: "overflow"; }; }; ox: (value: Stitches.PropertyValue<'overflowX'>) => { overflowX: { readonly [Stitches.$$PropertyValue]: "overflowX"; }; }; oy: (value: Stitches.PropertyValue<'overflowY'>) => { overflowY: { readonly [Stitches.$$PropertyValue]: "overflowY"; }; }; pe: (value: Stitches.PropertyValue<'pointerEvents'>) => { pointerEvents: { readonly [Stitches.$$PropertyValue]: "pointerEvents"; }; }; events: (value: Stitches.PropertyValue<'pointerEvents'>) => { pointerEvents: { readonly [Stitches.$$PropertyValue]: "pointerEvents"; }; }; us: (value: Stitches.PropertyValue<'userSelect'>) => { WebkitUserSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; userSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; }; userSelect: (value: Stitches.PropertyValue<'userSelect'>) => { WebkitUserSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; userSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; }; w: (value: Stitches.PropertyValue<'width'>) => { width: { readonly [Stitches.$$PropertyValue]: "width"; }; }; h: (value: Stitches.PropertyValue<'height'>) => { height: { readonly [Stitches.$$PropertyValue]: "height"; }; }; mw: (value: Stitches.PropertyValue<'maxWidth'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "maxWidth"; }; }; maxW: (value: Stitches.PropertyValue<'maxWidth'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "maxWidth"; }; }; mh: (value: Stitches.PropertyValue<'maxHeight'>) => { maxHeight: { readonly [Stitches.$$PropertyValue]: "maxHeight"; }; }; maxH: (value: Stitches.PropertyValue<'maxHeight'>) => { maxHeight: { readonly [Stitches.$$PropertyValue]: "maxHeight"; }; }; size: (value: Stitches.PropertyValue<'width'>) => { width: { readonly [Stitches.$$PropertyValue]: "width"; }; height: { readonly [Stitches.$$PropertyValue]: "width"; }; }; minSize: (value: Stitches.PropertyValue<'width'>) => { minWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; minHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; width: { readonly [Stitches.$$PropertyValue]: "width"; }; height: { readonly [Stitches.$$PropertyValue]: "width"; }; }; sizeMin: (value: Stitches.PropertyValue<'width'>) => { minWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; minHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; width: { readonly [Stitches.$$PropertyValue]: "width"; }; height: { readonly [Stitches.$$PropertyValue]: "width"; }; }; maxSize: (value: Stitches.PropertyValue<'width'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; maxHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; }; sizeMax: (value: Stitches.PropertyValue<'width'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; maxHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; }; appearance: (value: Stitches.PropertyValue<'appearance'>) => { WebkitAppearance: { readonly [Stitches.$$PropertyValue]: "appearance"; }; appearance: { readonly [Stitches.$$PropertyValue]: "appearance"; }; }; scale: (value: Stitches.PropertyValue<'scale'>) => { transform: string; }; linearGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => { backgroundImage: string; }; tdl: (value: Stitches.PropertyValue<'textDecorationLine'>) => { textDecorationLine: { readonly [Stitches.$$PropertyValue]: "textDecorationLine"; }; }; textGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => { backgroundImage: string; WebkitBackgroundClip: string; WebkitTextFillColor: string; '&::selection': { WebkitTextFillColor: string; }; }; }; export declare const defaultThemeMap: { width: string; height: string; minWidth: string; maxWidth: string; minHeight: string; maxHeight: string; flexBasis: string; gridTemplateColumns: string; gridTemplateRows: string; blockSize: string; minBlockSize: string; maxBlockSize: string; inlineSize: string; minInlineSize: string; maxInlineSize: string; borderWidth: string; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }; declare const configStitches: { prefix: string; theme: { colors: {}; shadows: {}; fonts: { body: string; }; fontSizes: { text_xs: string; text_sm: string; text_base: string; text_lg: string; text_xl: string; display_xs: string; display_sm: string; display_base: string; display_lg: string; display_xl: string; display_2xl: string; }; fontWeights: { regular: number; medium: number; semibold: number; bold: number; }; lineHeights: { text_xs: string; text_sm: string; text_base: string; text_lg: string; text_xl: string; display_xs: string; display_sm: string; display_base: string; display_lg: string; display_xl: string; display_2xl: string; }; letterSpacings: { tighter: string; tight: string; normal: string; base: string; wide: string; wider: string; widest: string; }; space: { xs: string; sm: string; md: string; lg: string; xl: string; 0: string; px: string; '0.25': string; '1': string; '1.5': string; '2': string; '2_5': string; '3': string; '3.5': string; '4': string; '5': string; '6': string; '7': string; '8': string; '9': string; '10': string; '11': string; '12': string; '14': string; '16': string; '20': string; '24': string; '28': string; '32': string; '36': string; '40': string; '44': string; '48': string; '52': string; '56': string; '60': string; '64': string; '72': string; '80': string; '96': string; }; radii: { none: string; sm: string; base: string; md: string; lg: string; xl: string; '2xl': string; '3xl': string; full: string; }; zIndices: { 1: string; 2: string; 3: string; 4: string; 5: string; 10: string; max: string; }; borderWeights: { none: string; light: string; base: string; medium: string; bold: string; }; transitions: { default: string; button: string; avatar: string; link: string; card: string; }; breakpoints: { xs: string; sm: string; md: string; lg: string; xl: string; xsMax: string; smMax: string; mdMax: string; lgMax: string; xlMax: string; }; }; media: { any: string; xs: string; sm: string; md: string; lg: string; xl: string; xsMax: string; smMax: string; mdMax: string; lgMax: string; xlMax: string; xsMixed: string; smMixed: string; mdMixed: string; lgMixed: string; xlMixed: string; motion: string; hover: string; dark: string; light: string; }; utils: { p: (value: Stitches.PropertyValue<'padding'>) => { padding: { readonly [Stitches.$$PropertyValue]: "padding"; }; }; pt: (value: Stitches.PropertyValue<'paddingTop'>) => { paddingTop: { readonly [Stitches.$$PropertyValue]: "paddingTop"; }; }; pr: (value: Stitches.PropertyValue<'paddingRight'>) => { paddingRight: { readonly [Stitches.$$PropertyValue]: "paddingRight"; }; }; pb: (value: Stitches.PropertyValue<'paddingBottom'>) => { paddingBottom: { readonly [Stitches.$$PropertyValue]: "paddingBottom"; }; }; pl: (value: Stitches.PropertyValue<'paddingLeft'>) => { paddingLeft: { readonly [Stitches.$$PropertyValue]: "paddingLeft"; }; }; px: (value: Stitches.PropertyValue<'paddingLeft'>) => { paddingLeft: { readonly [Stitches.$$PropertyValue]: "paddingLeft"; }; paddingRight: { readonly [Stitches.$$PropertyValue]: "paddingLeft"; }; }; py: (value: Stitches.PropertyValue<'paddingTop'>) => { paddingTop: { readonly [Stitches.$$PropertyValue]: "paddingTop"; }; paddingBottom: { readonly [Stitches.$$PropertyValue]: "paddingTop"; }; }; m: (value: Stitches.PropertyValue<'margin'>) => { margin: { readonly [Stitches.$$PropertyValue]: "margin"; }; }; mt: (value: Stitches.PropertyValue<'marginTop'>) => { marginTop: { readonly [Stitches.$$PropertyValue]: "marginTop"; }; }; mr: (value: Stitches.PropertyValue<'marginRight'>) => { marginRight: { readonly [Stitches.$$PropertyValue]: "marginRight"; }; }; mb: (value: Stitches.PropertyValue<'marginBottom'>) => { marginBottom: { readonly [Stitches.$$PropertyValue]: "marginBottom"; }; }; ml: (value: Stitches.PropertyValue<'marginLeft'>) => { marginLeft: { readonly [Stitches.$$PropertyValue]: "marginLeft"; }; }; mx: (value: Stitches.PropertyValue<'marginLeft'>) => { marginLeft: { readonly [Stitches.$$PropertyValue]: "marginLeft"; }; marginRight: { readonly [Stitches.$$PropertyValue]: "marginLeft"; }; }; my: (value: Stitches.PropertyValue<'marginTop'>) => { marginTop: { readonly [Stitches.$$PropertyValue]: "marginTop"; }; marginBottom: { readonly [Stitches.$$PropertyValue]: "marginTop"; }; }; ta: (value: Stitches.PropertyValue<'textAlign'>) => { textAlign: { readonly [Stitches.$$PropertyValue]: "textAlign"; }; }; tt: (value: Stitches.PropertyValue<'textTransform'>) => { textTransform: { readonly [Stitches.$$PropertyValue]: "textTransform"; }; }; to: (value: Stitches.PropertyValue<'textOverflow'>) => { textOverflow: { readonly [Stitches.$$PropertyValue]: "textOverflow"; }; }; d: (value: Stitches.PropertyValue<'display'>) => { display: { readonly [Stitches.$$PropertyValue]: "display"; }; }; dflex: (value: Stitches.PropertyValue<'alignItems'>) => { display: string; alignItems: { readonly [Stitches.$$PropertyValue]: "alignItems"; }; justifyContent: { readonly [Stitches.$$PropertyValue]: "alignItems"; }; }; fd: (value: Stitches.PropertyValue<'flexDirection'>) => { flexDirection: { readonly [Stitches.$$PropertyValue]: "flexDirection"; }; }; fw: (value: Stitches.PropertyValue<'flexWrap'>) => { flexWrap: { readonly [Stitches.$$PropertyValue]: "flexWrap"; }; }; ai: (value: Stitches.PropertyValue<'alignItems'>) => { alignItems: { readonly [Stitches.$$PropertyValue]: "alignItems"; }; }; ac: (value: Stitches.PropertyValue<'alignContent'>) => { alignContent: { readonly [Stitches.$$PropertyValue]: "alignContent"; }; }; jc: (value: Stitches.PropertyValue<'justifyContent'>) => { justifyContent: { readonly [Stitches.$$PropertyValue]: "justifyContent"; }; }; as: (value: Stitches.PropertyValue<'alignSelf'>) => { alignSelf: { readonly [Stitches.$$PropertyValue]: "alignSelf"; }; }; fg: (value: Stitches.PropertyValue<'flexGrow'>) => { flexGrow: { readonly [Stitches.$$PropertyValue]: "flexGrow"; }; }; fs: (value: Stitches.PropertyValue<'fontSize'>) => { fontSize: { readonly [Stitches.$$PropertyValue]: "fontSize"; }; }; fb: (value: Stitches.PropertyValue<'flexBasis'>) => { flexBasis: { readonly [Stitches.$$PropertyValue]: "flexBasis"; }; }; bf: (value: Stitches.PropertyValue<'backdropFilter'>) => { backdropFilter: { readonly [Stitches.$$PropertyValue]: "backdropFilter"; }; }; bg: (value: Stitches.PropertyValue<'backgroundColor'>) => { background: { readonly [Stitches.$$PropertyValue]: "backgroundColor"; }; }; bgBlur: (value: Stitches.PropertyValue<'backgroundColor'>) => { bf: string; bg: string; }; bgColor: (value: Stitches.PropertyValue<'backgroundColor'>) => { backgroundColor: { readonly [Stitches.$$PropertyValue]: "backgroundColor"; }; }; backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => { WebkitBackgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; }; bgClip: (value: Stitches.PropertyValue<'backgroundClip'>) => { WebkitBackgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [Stitches.$$PropertyValue]: "backgroundClip"; }; }; br: (value: Stitches.PropertyValue<'borderRadius'>) => { borderRadius: { readonly [Stitches.$$PropertyValue]: "borderRadius"; }; }; bw: (value: Stitches.PropertyValue<'borderWidth'>) => { borderWidth: { readonly [Stitches.$$PropertyValue]: "borderWidth"; }; }; btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => { borderTopRightRadius: { readonly [Stitches.$$PropertyValue]: "borderTopRightRadius"; }; }; bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => { borderBottomRightRadius: { readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius"; }; }; bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => { borderBottomLeftRadius: { readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius"; }; }; btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => { borderTopLeftRadius: { readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius"; }; }; bs: (value: Stitches.PropertyValue<'boxShadow'>) => { boxShadow: { readonly [Stitches.$$PropertyValue]: "boxShadow"; }; }; normalShadow: (value: Stitches.PropertyValue<'backgroundColor'>) => { boxShadow: string; }; normalShadowVar: (value: Stitches.PropertyValue<'backgroundColor'>) => { boxShadow: string; }; lh: (value: Stitches.PropertyValue<'lineHeight'>) => { lineHeight: { readonly [Stitches.$$PropertyValue]: "lineHeight"; }; }; ov: (value: Stitches.PropertyValue<'overflow'>) => { overflow: { readonly [Stitches.$$PropertyValue]: "overflow"; }; }; ox: (value: Stitches.PropertyValue<'overflowX'>) => { overflowX: { readonly [Stitches.$$PropertyValue]: "overflowX"; }; }; oy: (value: Stitches.PropertyValue<'overflowY'>) => { overflowY: { readonly [Stitches.$$PropertyValue]: "overflowY"; }; }; pe: (value: Stitches.PropertyValue<'pointerEvents'>) => { pointerEvents: { readonly [Stitches.$$PropertyValue]: "pointerEvents"; }; }; events: (value: Stitches.PropertyValue<'pointerEvents'>) => { pointerEvents: { readonly [Stitches.$$PropertyValue]: "pointerEvents"; }; }; us: (value: Stitches.PropertyValue<'userSelect'>) => { WebkitUserSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; userSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; }; userSelect: (value: Stitches.PropertyValue<'userSelect'>) => { WebkitUserSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; userSelect: { readonly [Stitches.$$PropertyValue]: "userSelect"; }; }; w: (value: Stitches.PropertyValue<'width'>) => { width: { readonly [Stitches.$$PropertyValue]: "width"; }; }; h: (value: Stitches.PropertyValue<'height'>) => { height: { readonly [Stitches.$$PropertyValue]: "height"; }; }; mw: (value: Stitches.PropertyValue<'maxWidth'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "maxWidth"; }; }; maxW: (value: Stitches.PropertyValue<'maxWidth'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "maxWidth"; }; }; mh: (value: Stitches.PropertyValue<'maxHeight'>) => { maxHeight: { readonly [Stitches.$$PropertyValue]: "maxHeight"; }; }; maxH: (value: Stitches.PropertyValue<'maxHeight'>) => { maxHeight: { readonly [Stitches.$$PropertyValue]: "maxHeight"; }; }; size: (value: Stitches.PropertyValue<'width'>) => { width: { readonly [Stitches.$$PropertyValue]: "width"; }; height: { readonly [Stitches.$$PropertyValue]: "width"; }; }; minSize: (value: Stitches.PropertyValue<'width'>) => { minWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; minHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; width: { readonly [Stitches.$$PropertyValue]: "width"; }; height: { readonly [Stitches.$$PropertyValue]: "width"; }; }; sizeMin: (value: Stitches.PropertyValue<'width'>) => { minWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; minHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; width: { readonly [Stitches.$$PropertyValue]: "width"; }; height: { readonly [Stitches.$$PropertyValue]: "width"; }; }; maxSize: (value: Stitches.PropertyValue<'width'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; maxHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; }; sizeMax: (value: Stitches.PropertyValue<'width'>) => { maxWidth: { readonly [Stitches.$$PropertyValue]: "width"; }; maxHeight: { readonly [Stitches.$$PropertyValue]: "width"; }; }; appearance: (value: Stitches.PropertyValue<'appearance'>) => { WebkitAppearance: { readonly [Stitches.$$PropertyValue]: "appearance"; }; appearance: { readonly [Stitches.$$PropertyValue]: "appearance"; }; }; scale: (value: Stitches.PropertyValue<'scale'>) => { transform: string; }; linearGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => { backgroundImage: string; }; tdl: (value: Stitches.PropertyValue<'textDecorationLine'>) => { textDecorationLine: { readonly [Stitches.$$PropertyValue]: "textDecorationLine"; }; }; textGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => { backgroundImage: string; WebkitBackgroundClip: string; WebkitTextFillColor: string; '&::selection': { WebkitTextFillColor: string; }; }; }; themeMap: { width: string; height: string; minWidth: string; maxWidth: string; minHeight: string; maxHeight: string; flexBasis: string; gridTemplateColumns: string; gridTemplateRows: string; blockSize: string; minBlockSize: string; maxBlockSize: string; inlineSize: string; minInlineSize: string; maxInlineSize: string; borderWidth: string; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }; }; export default configStitches;