export declare const unresponsiveProperties: { readonly overflow: readonly ['hidden', 'scroll', 'visible', 'auto'] readonly overflowX: readonly ['hidden', 'scroll', 'visible', 'auto'] readonly overflowWrap: { readonly normal: 'normal' readonly anywhere: 'anywhere' readonly breakWord: 'break-word' } readonly userSelect: readonly ['none'] readonly outline: readonly ['none'] readonly opacity: readonly [0] readonly zIndex: { readonly 0: 0 readonly 1: 1 readonly 2: 2 } readonly cursor: { readonly auto: 'auto' readonly pointer: 'pointer' readonly notAllowed: 'not-allowed' readonly grab: 'grab' } readonly pointerEvents: readonly ['none'] readonly top: readonly [0] readonly bottom: readonly [0] readonly left: readonly [0] readonly right: readonly [0] readonly transition: import('@vanilla-extract/private').MapLeafNodes< { medium: string fast: string }, import('@vanilla-extract/private').CSSVarFunction > readonly textTransform: { readonly none: 'none' readonly capitalize: 'capitalize' readonly uppercase: 'uppercase' readonly lowercase: 'lowercase' } readonly fontWeight: import('@vanilla-extract/private').MapLeafNodes< { normal: string medium: string bold: string }, import('@vanilla-extract/private').CSSVarFunction > readonly fontFamily: import('@vanilla-extract/private').MapLeafNodes< { std: string alt: string }, import('@vanilla-extract/private').CSSVarFunction > readonly textDecoration: { readonly overline: 'overline' readonly lineThrough: 'line-through' readonly underline: 'underline' } readonly fontStyle: { readonly normal: 'normal' readonly italic: 'italic' readonly oblique: 'oblique' } readonly letterSpacing: import('@vanilla-extract/private').MapLeafNodes< { s: string m: string l: string }, import('@vanilla-extract/private').CSSVarFunction > readonly whiteSpace: { readonly breakSpaces: 'break-spaces' readonly normal: 'normal' readonly nowrap: 'nowrap' } readonly textOverflow: { readonly ellipsis: 'ellipsis' } } export declare type UnresponsiveProperties = keyof typeof unresponsiveProperties export declare const responsiveProperties: { readonly display: { readonly block: 'block' readonly inline: 'inline' readonly none: 'none' readonly inlineBlock: 'inline-block' readonly flex: 'flex' readonly inlineFlex: 'inline-flex' } readonly position: readonly ['relative', 'absolute', 'fixed'] readonly borderRadius: { readonly xs: import('@vanilla-extract/private').CSSVarFunction readonly s: import('@vanilla-extract/private').CSSVarFunction readonly none: '0px' readonly full: '9999px' readonly half: '50%' } readonly lineHeight: import('@vanilla-extract/private').MapLeafNodes< { xs: string s: string m: string l: string xl: string }, import('@vanilla-extract/private').CSSVarFunction > readonly height: { '1/2': string '1/3': string '2/3': string '1/4': string '3/4': string '1/5': string '2/5': string '3/5': string '4/5': string '1/6': string '1/7': string full: string content: string } readonly width: { '1/2': string '1/3': string '2/3': string '1/4': string '3/4': string '1/5': string '2/5': string '3/5': string '4/5': string '1/6': string '1/7': string full: string content: string } readonly minWidth: { readonly '1/2': string readonly '1/3': string readonly '2/3': string readonly '1/4': string readonly '3/4': string readonly '1/5': string readonly '2/5': string readonly '3/5': string readonly '4/5': string readonly '1/6': string readonly '1/7': string readonly full: string readonly content: string readonly 0: '0%' } readonly maxWidth: { '1/2': string '1/3': string '2/3': string '1/4': string '3/4': string '1/5': string '2/5': string '3/5': string '4/5': string '1/6': string '1/7': string full: string content: string } readonly rowGap: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly columnGap: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly paddingTop: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly paddingBottom: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly paddingRight: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly paddingLeft: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly marginTop: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly marginBottom: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly marginRight: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly marginLeft: import('@vanilla-extract/private').MapLeafNodes< { m: string none: string s: string '3xs': string xxs: string xs: string l: string xl: string xxl: string '3xl': string }, import('@vanilla-extract/private').CSSVarFunction > readonly alignItems: { readonly flexStart: 'flex-start' readonly center: 'center' readonly flexEnd: 'flex-end' } readonly justifyContent: { readonly flexStart: 'flex-start' readonly center: 'center' readonly flexEnd: 'flex-end' readonly spaceBetween: 'space-between' readonly spaceAround: 'space-around' readonly spaceEvenly: 'space-evenly' } readonly flexDirection: { readonly row: 'row' readonly rowReverse: 'row-reverse' readonly column: 'column' readonly columnReverse: 'column-reverse' } readonly flexWrap: { readonly wrap: 'wrap' readonly nowrap: 'nowrap' } readonly flexShrink: readonly [0, 1] readonly flexGrow: readonly [0, 1] readonly flex: readonly [0, 1] readonly textAlign: readonly ['left', 'center', 'right'] readonly boxShadow: { readonly 'drop-0': import('@vanilla-extract/private').CSSVarFunction readonly 'drop-1': import('@vanilla-extract/private').CSSVarFunction readonly none: 'none' } readonly fontSize: { 1: string 2: string 1.5: string 3: string 0.563: string 0.75: string 0.875: string 1.125: string 1.25: string 1.375: string 2.25: string 2.5: string 2.75: string 3.5: string } } export declare type ResponsiveProperties = keyof typeof responsiveProperties