declare const _default: { longhandUtils: { margin: (value: any) => { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; padding: (value: any) => { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; borderRadius: (value: any) => { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; borderWidth: (value: any) => { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; }; utilities: { 'bg-transparent': { backgroundColor: string; }; 'bg-bottom': { backgroundPosition: string; }; 'bg-center': { backgroundPosition: string; }; 'bg-left': { backgroundPosition: string; }; 'bg-left-bottom': { backgroundPosition: string; }; 'bg-left-top': { backgroundPosition: string; }; 'bg-right': { backgroundPosition: string; }; 'bg-right-bottom': { backgroundPosition: string; }; 'bg-right-top': { backgroundPosition: string; }; 'bg-top': { backgroundPosition: string; }; 'bg-auto': { backgroundSize: string; }; 'bg-cover': { backgroundSize: string; }; 'bg-contain': { backgroundSize: string; }; 'rounded-0': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-1': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-2': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-4': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-6': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-8': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-12': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-16': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-none': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-sm': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-md': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-lg': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; rounded: { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-full': { borderTopLeftRadius: any; borderTopRightRadius: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; }; 'rounded-t-0': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-0': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-0': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-0': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-1': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-1': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-1': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-1': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-2': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-2': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-2': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-2': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-4': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-4': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-4': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-4': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-6': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-6': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-6': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-6': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-8': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-8': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-8': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-8': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-12': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-12': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-12': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-12': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-16': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-16': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-16': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-16': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-none': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-none': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-none': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-none': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-sm': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-sm': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-sm': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-sm': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-md': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-md': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-md': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-md': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-lg': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-lg': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-lg': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-lg': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-t-full': { borderTopLeftRadius: string; borderTopRightRadius: string; }; 'rounded-r-full': { borderTopRightRadius: string; borderBottomRightRadius: string; }; 'rounded-b-full': { borderBottomRightRadius: string; borderBottomLeftRadius: string; }; 'rounded-l-full': { borderTopLeftRadius: string; borderBottomLeftRadius: string; }; 'rounded-tl-0': { borderTopLeftRadius: string; }; 'rounded-tr-0': { borderTopRightRadius: string; }; 'rounded-br-0': { borderBottomRightRadius: string; }; 'rounded-bl-0': { borderBottomLeftRadius: string; }; 'rounded-tl-1': { borderTopLeftRadius: string; }; 'rounded-tr-1': { borderTopRightRadius: string; }; 'rounded-br-1': { borderBottomRightRadius: string; }; 'rounded-bl-1': { borderBottomLeftRadius: string; }; 'rounded-tl-2': { borderTopLeftRadius: string; }; 'rounded-tr-2': { borderTopRightRadius: string; }; 'rounded-br-2': { borderBottomRightRadius: string; }; 'rounded-bl-2': { borderBottomLeftRadius: string; }; 'rounded-tl-4': { borderTopLeftRadius: string; }; 'rounded-tr-4': { borderTopRightRadius: string; }; 'rounded-br-4': { borderBottomRightRadius: string; }; 'rounded-bl-4': { borderBottomLeftRadius: string; }; 'rounded-tl-6': { borderTopLeftRadius: string; }; 'rounded-tr-6': { borderTopRightRadius: string; }; 'rounded-br-6': { borderBottomRightRadius: string; }; 'rounded-bl-6': { borderBottomLeftRadius: string; }; 'rounded-tl-8': { borderTopLeftRadius: string; }; 'rounded-tr-8': { borderTopRightRadius: string; }; 'rounded-br-8': { borderBottomRightRadius: string; }; 'rounded-bl-8': { borderBottomLeftRadius: string; }; 'rounded-tl-12': { borderTopLeftRadius: string; }; 'rounded-tr-12': { borderTopRightRadius: string; }; 'rounded-br-12': { borderBottomRightRadius: string; }; 'rounded-bl-12': { borderBottomLeftRadius: string; }; 'rounded-tl-16': { borderTopLeftRadius: string; }; 'rounded-tr-16': { borderTopRightRadius: string; }; 'rounded-br-16': { borderBottomRightRadius: string; }; 'rounded-bl-16': { borderBottomLeftRadius: string; }; 'rounded-tl-none': { borderTopLeftRadius: string; }; 'rounded-tr-none': { borderTopRightRadius: string; }; 'rounded-br-none': { borderBottomRightRadius: string; }; 'rounded-bl-none': { borderBottomLeftRadius: string; }; 'rounded-tl-sm': { borderTopLeftRadius: string; }; 'rounded-tr-sm': { borderTopRightRadius: string; }; 'rounded-br-sm': { borderBottomRightRadius: string; }; 'rounded-bl-sm': { borderBottomLeftRadius: string; }; 'rounded-tl-md': { borderTopLeftRadius: string; }; 'rounded-tr-md': { borderTopRightRadius: string; }; 'rounded-br-md': { borderBottomRightRadius: string; }; 'rounded-bl-md': { borderBottomLeftRadius: string; }; 'rounded-tl-lg': { borderTopLeftRadius: string; }; 'rounded-tr-lg': { borderTopRightRadius: string; }; 'rounded-br-lg': { borderBottomRightRadius: string; }; 'rounded-bl-lg': { borderBottomLeftRadius: string; }; 'rounded-tl': { borderTopLeftRadius: string; }; 'rounded-tr': { borderTopRightRadius: string; }; 'rounded-br': { borderBottomRightRadius: string; }; 'rounded-bl': { borderBottomLeftRadius: string; }; 'rounded-tl-full': { borderTopLeftRadius: string; }; 'rounded-tr-full': { borderTopRightRadius: string; }; 'rounded-br-full': { borderBottomRightRadius: string; }; 'rounded-bl-full': { borderBottomLeftRadius: string; }; 'border-0': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-1': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-2': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-4': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-6': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-8': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-12': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-16': { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; border: { borderTopWidth: any; borderBottomWidth: any; borderRightWidth: any; borderLeftWidth: any; }; 'border-t-0': { borderTopWidth: string; }; 'border-r-0': { borderRightWidth: string; }; 'border-b-0': { borderBottomWidth: string; }; 'border-l-0': { borderLeftWidth: string; }; 'border-t-1': { borderTopWidth: string; }; 'border-r-1': { borderRightWidth: string; }; 'border-b-1': { borderBottomWidth: string; }; 'border-l-1': { borderLeftWidth: string; }; 'border-t-2': { borderTopWidth: string; }; 'border-r-2': { borderRightWidth: string; }; 'border-b-2': { borderBottomWidth: string; }; 'border-l-2': { borderLeftWidth: string; }; 'border-t-4': { borderTopWidth: string; }; 'border-r-4': { borderRightWidth: string; }; 'border-b-4': { borderBottomWidth: string; }; 'border-l-4': { borderLeftWidth: string; }; 'border-t-6': { borderTopWidth: string; }; 'border-r-6': { borderRightWidth: string; }; 'border-b-6': { borderBottomWidth: string; }; 'border-l-6': { borderLeftWidth: string; }; 'border-t-8': { borderTopWidth: string; }; 'border-r-8': { borderRightWidth: string; }; 'border-b-8': { borderBottomWidth: string; }; 'border-l-8': { borderLeftWidth: string; }; 'border-t-12': { borderTopWidth: string; }; 'border-r-12': { borderRightWidth: string; }; 'border-b-12': { borderBottomWidth: string; }; 'border-l-12': { borderLeftWidth: string; }; 'border-t-16': { borderTopWidth: string; }; 'border-r-16': { borderRightWidth: string; }; 'border-b-16': { borderBottomWidth: string; }; 'border-l-16': { borderLeftWidth: string; }; 'border-t': { borderTopWidth: string; }; 'border-r': { borderRightWidth: string; }; 'border-b': { borderBottomWidth: string; }; 'border-l': { borderLeftWidth: string; }; 'cursor-auto': { cursor: string; }; 'cursor-default': { cursor: string; }; 'cursor-pointer': { cursor: string; }; 'cursor-wait': { cursor: string; }; 'cursor-text': { cursor: string; }; 'cursor-move': { cursor: string; }; 'cursor-not-allowed': { cursor: string; }; 'fill-current': { fill: string; }; 'flex-1': { flexGrow: string; flexShrink: string; flexBasis: string; }; 'flex-auto': { flexGrow: string; flexShrink: string; flexBasis: string; }; 'flex-initial': { flexGrow: string; flexShrink: string; flexBasis: string; }; 'flex-none': { flexGrow: string; flexShrink: string; flexBasis: string; }; 'flex-grow-0': { flexGrow: string; }; 'flex-grow': { flexGrow: string; }; 'flex-shrink-0': { flexShrink: string; }; 'flex-shrink': { flexShrink: string; }; 'font-sans': { fontFamily: string; }; 'font-serif': { fontFamily: string; }; 'font-mono': { fontFamily: string; }; 'font-300': { fontWeight: string; }; 'font-400': { fontWeight: string; }; 'font-500': { fontWeight: string; }; 'font-600': { fontWeight: string; }; 'font-700': { fontWeight: string; }; 'font-hairline': { fontWeight: string; }; 'font-thin': { fontWeight: string; }; 'font-light': { fontWeight: string; }; 'font-normal': { fontWeight: string; }; 'font-regular': { fontWeight: string; }; 'font-medium': { fontWeight: string; }; 'font-semibold': { fontWeight: string; }; 'font-bold': { fontWeight: string; }; 'font-extrabold': { fontWeight: string; }; 'font-black': { fontWeight: string; }; 'h-0': { height: string; }; 'h-1': { height: string; }; 'h-2': { height: string; }; 'h-3': { height: string; }; 'h-4': { height: string; }; 'h-5': { height: string; }; 'h-6': { height: string; }; 'h-7': { height: string; }; 'h-8': { height: string; }; 'h-9': { height: string; }; 'h-10': { height: string; }; 'h-11': { height: string; }; 'h-12': { height: string; }; 'h-16': { height: string; }; 'h-20': { height: string; }; 'h-24': { height: string; }; 'h-32': { height: string; }; 'h-40': { height: string; }; 'h-48': { height: string; }; 'h-56': { height: string; }; 'h-64': { height: string; }; 'h-auto': { height: string; }; 'h-px': { height: string; }; 'h-1/2': { height: string; }; 'h-full': { height: string; }; 'h-screen': { height: string; }; 'inset-0': { top: string; right: string; bottom: string; left: string; }; 'inset-auto': { top: string; right: string; bottom: string; left: string; }; 'inset-y-0': { top: string; bottom: string; }; 'inset-x-0': { right: string; left: string; }; 'inset-y-auto': { top: string; bottom: string; }; 'inset-x-auto': { right: string; left: string; }; 'top-0': { top: string; }; 'right-0': { right: string; }; 'bottom-0': { bottom: string; }; 'left-0': { left: string; }; 'top-auto': { top: string; }; 'right-auto': { right: string; }; 'bottom-auto': { bottom: string; }; 'left-auto': { left: string; }; 'tracking-tighter': { letterSpacing: string; }; 'tracking-tight': { letterSpacing: string; }; 'tracking-normal': { letterSpacing: string; }; 'tracking-wide': { letterSpacing: string; }; 'tracking-wider': { letterSpacing: string; }; 'tracking-widest': { letterSpacing: string; }; 'leading-3': { lineHeight: string; }; 'leading-4': { lineHeight: string; }; 'leading-5': { lineHeight: string; }; 'leading-6': { lineHeight: string; }; 'leading-7': { lineHeight: string; }; 'leading-8': { lineHeight: string; }; 'leading-9': { lineHeight: string; }; 'leading-10': { lineHeight: string; }; 'leading-none': { lineHeight: string; }; 'leading-tight': { lineHeight: string; }; 'leading-snug': { lineHeight: string; }; 'leading-normal': { lineHeight: string; }; 'leading-relaxed': { lineHeight: string; }; 'leading-loose': { lineHeight: string; }; 'list-none': { listStyleType: string; }; 'list-disc': { listStyleType: string; }; 'list-decimal': { listStyleType: string; }; 'm-0': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-1': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-2': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-3': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-4': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-5': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-6': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-7': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-8': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-9': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-10': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-11': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-12': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-16': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-20': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-24': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-32': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-40': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-48': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-56': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-64': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-auto': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-1.5': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-0.5': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-1.5': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-0.5': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'm-px': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-1': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-2': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-3': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-4': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-5': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-6': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-7': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-8': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-9': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-10': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-11': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-12': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-16': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-20': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-24': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-32': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-40': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-48': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-56': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-64': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; '-m-px': { marginTop: any; marginBottom: any; marginLeft: any; marginRight: any; }; 'my-0': { marginTop: string; marginBottom: string; }; 'mx-0': { marginLeft: string; marginRight: string; }; 'my-1': { marginTop: string; marginBottom: string; }; 'mx-1': { marginLeft: string; marginRight: string; }; 'my-2': { marginTop: string; marginBottom: string; }; 'mx-2': { marginLeft: string; marginRight: string; }; 'my-3': { marginTop: string; marginBottom: string; }; 'mx-3': { marginLeft: string; marginRight: string; }; 'my-4': { marginTop: string; marginBottom: string; }; 'mx-4': { marginLeft: string; marginRight: string; }; 'my-5': { marginTop: string; marginBottom: string; }; 'mx-5': { marginLeft: string; marginRight: string; }; 'my-6': { marginTop: string; marginBottom: string; }; 'mx-6': { marginLeft: string; marginRight: string; }; 'my-7': { marginTop: string; marginBottom: string; }; 'mx-7': { marginLeft: string; marginRight: string; }; 'my-8': { marginTop: string; marginBottom: string; }; 'mx-8': { marginLeft: string; marginRight: string; }; 'my-9': { marginTop: string; marginBottom: string; }; 'mx-9': { marginLeft: string; marginRight: string; }; 'my-10': { marginTop: string; marginBottom: string; }; 'mx-10': { marginLeft: string; marginRight: string; }; 'my-11': { marginTop: string; marginBottom: string; }; 'mx-11': { marginLeft: string; marginRight: string; }; 'my-12': { marginTop: string; marginBottom: string; }; 'mx-12': { marginLeft: string; marginRight: string; }; 'my-16': { marginTop: string; marginBottom: string; }; 'mx-16': { marginLeft: string; marginRight: string; }; 'my-20': { marginTop: string; marginBottom: string; }; 'mx-20': { marginLeft: string; marginRight: string; }; 'my-24': { marginTop: string; marginBottom: string; }; 'mx-24': { marginLeft: string; marginRight: string; }; 'my-32': { marginTop: string; marginBottom: string; }; 'mx-32': { marginLeft: string; marginRight: string; }; 'my-40': { marginTop: string; marginBottom: string; }; 'mx-40': { marginLeft: string; marginRight: string; }; 'my-48': { marginTop: string; marginBottom: string; }; 'mx-48': { marginLeft: string; marginRight: string; }; 'my-56': { marginTop: string; marginBottom: string; }; 'mx-56': { marginLeft: string; marginRight: string; }; 'my-64': { marginTop: string; marginBottom: string; }; 'mx-64': { marginLeft: string; marginRight: string; }; 'my-auto': { marginTop: string; marginBottom: string; }; 'mx-auto': { marginLeft: string; marginRight: string; }; 'my-1.5': { marginTop: string; marginBottom: string; }; 'mx-1.5': { marginLeft: string; marginRight: string; }; 'my-0.5': { marginTop: string; marginBottom: string; }; 'mx-0.5': { marginLeft: string; marginRight: string; }; '-my-1.5': { marginTop: string; marginBottom: string; }; '-mx-1.5': { marginLeft: string; marginRight: string; }; '-my-0.5': { marginTop: string; marginBottom: string; }; '-mx-0.5': { marginLeft: string; marginRight: string; }; 'my-px': { marginTop: string; marginBottom: string; }; 'mx-px': { marginLeft: string; marginRight: string; }; '-my-1': { marginTop: string; marginBottom: string; }; '-mx-1': { marginLeft: string; marginRight: string; }; '-my-2': { marginTop: string; marginBottom: string; }; '-mx-2': { marginLeft: string; marginRight: string; }; '-my-3': { marginTop: string; marginBottom: string; }; '-mx-3': { marginLeft: string; marginRight: string; }; '-my-4': { marginTop: string; marginBottom: string; }; '-mx-4': { marginLeft: string; marginRight: string; }; '-my-5': { marginTop: string; marginBottom: string; }; '-mx-5': { marginLeft: string; marginRight: string; }; '-my-6': { marginTop: string; marginBottom: string; }; '-mx-6': { marginLeft: string; marginRight: string; }; '-my-7': { marginTop: string; marginBottom: string; }; '-mx-7': { marginLeft: string; marginRight: string; }; '-my-8': { marginTop: string; marginBottom: string; }; '-mx-8': { marginLeft: string; marginRight: string; }; '-my-9': { marginTop: string; marginBottom: string; }; '-mx-9': { marginLeft: string; marginRight: string; }; '-my-10': { marginTop: string; marginBottom: string; }; '-mx-10': { marginLeft: string; marginRight: string; }; '-my-11': { marginTop: string; marginBottom: string; }; '-mx-11': { marginLeft: string; marginRight: string; }; '-my-12': { marginTop: string; marginBottom: string; }; '-mx-12': { marginLeft: string; marginRight: string; }; '-my-16': { marginTop: string; marginBottom: string; }; '-mx-16': { marginLeft: string; marginRight: string; }; '-my-20': { marginTop: string; marginBottom: string; }; '-mx-20': { marginLeft: string; marginRight: string; }; '-my-24': { marginTop: string; marginBottom: string; }; '-mx-24': { marginLeft: string; marginRight: string; }; '-my-32': { marginTop: string; marginBottom: string; }; '-mx-32': { marginLeft: string; marginRight: string; }; '-my-40': { marginTop: string; marginBottom: string; }; '-mx-40': { marginLeft: string; marginRight: string; }; '-my-48': { marginTop: string; marginBottom: string; }; '-mx-48': { marginLeft: string; marginRight: string; }; '-my-56': { marginTop: string; marginBottom: string; }; '-mx-56': { marginLeft: string; marginRight: string; }; '-my-64': { marginTop: string; marginBottom: string; }; '-mx-64': { marginLeft: string; marginRight: string; }; '-my-px': { marginTop: string; marginBottom: string; }; '-mx-px': { marginLeft: string; marginRight: string; }; 'mt-0': { marginTop: string; }; 'mr-0': { marginRight: string; }; 'mb-0': { marginBottom: string; }; 'ml-0': { marginLeft: string; }; 'mt-1': { marginTop: string; }; 'mr-1': { marginRight: string; }; 'mb-1': { marginBottom: string; }; 'ml-1': { marginLeft: string; }; 'mt-2': { marginTop: string; }; 'mr-2': { marginRight: string; }; 'mb-2': { marginBottom: string; }; 'ml-2': { marginLeft: string; }; 'mt-3': { marginTop: string; }; 'mr-3': { marginRight: string; }; 'mb-3': { marginBottom: string; }; 'ml-3': { marginLeft: string; }; 'mt-4': { marginTop: string; }; 'mr-4': { marginRight: string; }; 'mb-4': { marginBottom: string; }; 'ml-4': { marginLeft: string; }; 'mt-5': { marginTop: string; }; 'mr-5': { marginRight: string; }; 'mb-5': { marginBottom: string; }; 'ml-5': { marginLeft: string; }; 'mt-6': { marginTop: string; }; 'mr-6': { marginRight: string; }; 'mb-6': { marginBottom: string; }; 'ml-6': { marginLeft: string; }; 'mt-7': { marginTop: string; }; 'mr-7': { marginRight: string; }; 'mb-7': { marginBottom: string; }; 'ml-7': { marginLeft: string; }; 'mt-8': { marginTop: string; }; 'mr-8': { marginRight: string; }; 'mb-8': { marginBottom: string; }; 'ml-8': { marginLeft: string; }; 'mt-9': { marginTop: string; }; 'mr-9': { marginRight: string; }; 'mb-9': { marginBottom: string; }; 'ml-9': { marginLeft: string; }; 'mt-10': { marginTop: string; }; 'mr-10': { marginRight: string; }; 'mb-10': { marginBottom: string; }; 'ml-10': { marginLeft: string; }; 'mt-11': { marginTop: string; }; 'mr-11': { marginRight: string; }; 'mb-11': { marginBottom: string; }; 'ml-11': { marginLeft: string; }; 'mt-12': { marginTop: string; }; 'mr-12': { marginRight: string; }; 'mb-12': { marginBottom: string; }; 'ml-12': { marginLeft: string; }; 'mt-16': { marginTop: string; }; 'mr-16': { marginRight: string; }; 'mb-16': { marginBottom: string; }; 'ml-16': { marginLeft: string; }; 'mt-20': { marginTop: string; }; 'mr-20': { marginRight: string; }; 'mb-20': { marginBottom: string; }; 'ml-20': { marginLeft: string; }; 'mt-24': { marginTop: string; }; 'mr-24': { marginRight: string; }; 'mb-24': { marginBottom: string; }; 'ml-24': { marginLeft: string; }; 'mt-32': { marginTop: string; }; 'mr-32': { marginRight: string; }; 'mb-32': { marginBottom: string; }; 'ml-32': { marginLeft: string; }; 'mt-40': { marginTop: string; }; 'mr-40': { marginRight: string; }; 'mb-40': { marginBottom: string; }; 'ml-40': { marginLeft: string; }; 'mt-48': { marginTop: string; }; 'mr-48': { marginRight: string; }; 'mb-48': { marginBottom: string; }; 'ml-48': { marginLeft: string; }; 'mt-56': { marginTop: string; }; 'mr-56': { marginRight: string; }; 'mb-56': { marginBottom: string; }; 'ml-56': { marginLeft: string; }; 'mt-64': { marginTop: string; }; 'mr-64': { marginRight: string; }; 'mb-64': { marginBottom: string; }; 'ml-64': { marginLeft: string; }; 'mt-auto': { marginTop: string; }; 'mr-auto': { marginRight: string; }; 'mb-auto': { marginBottom: string; }; 'ml-auto': { marginLeft: string; }; 'mt-1.5': { marginTop: string; }; 'mr-1.5': { marginRight: string; }; 'mb-1.5': { marginBottom: string; }; 'ml-1.5': { marginLeft: string; }; 'mt-0.5': { marginTop: string; }; 'mr-0.5': { marginRight: string; }; 'mb-0.5': { marginBottom: string; }; 'ml-0.5': { marginLeft: string; }; '-mt-1.5': { marginTop: string; }; '-mr-1.5': { marginRight: string; }; '-mb-1.5': { marginBottom: string; }; '-ml-1.5': { marginLeft: string; }; '-mt-0.5': { marginTop: string; }; '-mr-0.5': { marginRight: string; }; '-mb-0.5': { marginBottom: string; }; '-ml-0.5': { marginLeft: string; }; 'mt-px': { marginTop: string; }; 'mr-px': { marginRight: string; }; 'mb-px': { marginBottom: string; }; 'ml-px': { marginLeft: string; }; '-mt-1': { marginTop: string; }; '-mr-1': { marginRight: string; }; '-mb-1': { marginBottom: string; }; '-ml-1': { marginLeft: string; }; '-mt-2': { marginTop: string; }; '-mr-2': { marginRight: string; }; '-mb-2': { marginBottom: string; }; '-ml-2': { marginLeft: string; }; '-mt-3': { marginTop: string; }; '-mr-3': { marginRight: string; }; '-mb-3': { marginBottom: string; }; '-ml-3': { marginLeft: string; }; '-mt-4': { marginTop: string; }; '-mr-4': { marginRight: string; }; '-mb-4': { marginBottom: string; }; '-ml-4': { marginLeft: string; }; '-mt-5': { marginTop: string; }; '-mr-5': { marginRight: string; }; '-mb-5': { marginBottom: string; }; '-ml-5': { marginLeft: string; }; '-mt-6': { marginTop: string; }; '-mr-6': { marginRight: string; }; '-mb-6': { marginBottom: string; }; '-ml-6': { marginLeft: string; }; '-mt-7': { marginTop: string; }; '-mr-7': { marginRight: string; }; '-mb-7': { marginBottom: string; }; '-ml-7': { marginLeft: string; }; '-mt-8': { marginTop: string; }; '-mr-8': { marginRight: string; }; '-mb-8': { marginBottom: string; }; '-ml-8': { marginLeft: string; }; '-mt-9': { marginTop: string; }; '-mr-9': { marginRight: string; }; '-mb-9': { marginBottom: string; }; '-ml-9': { marginLeft: string; }; '-mt-10': { marginTop: string; }; '-mr-10': { marginRight: string; }; '-mb-10': { marginBottom: string; }; '-ml-10': { marginLeft: string; }; '-mt-11': { marginTop: string; }; '-mr-11': { marginRight: string; }; '-mb-11': { marginBottom: string; }; '-ml-11': { marginLeft: string; }; '-mt-12': { marginTop: string; }; '-mr-12': { marginRight: string; }; '-mb-12': { marginBottom: string; }; '-ml-12': { marginLeft: string; }; '-mt-16': { marginTop: string; }; '-mr-16': { marginRight: string; }; '-mb-16': { marginBottom: string; }; '-ml-16': { marginLeft: string; }; '-mt-20': { marginTop: string; }; '-mr-20': { marginRight: string; }; '-mb-20': { marginBottom: string; }; '-ml-20': { marginLeft: string; }; '-mt-24': { marginTop: string; }; '-mr-24': { marginRight: string; }; '-mb-24': { marginBottom: string; }; '-ml-24': { marginLeft: string; }; '-mt-32': { marginTop: string; }; '-mr-32': { marginRight: string; }; '-mb-32': { marginBottom: string; }; '-ml-32': { marginLeft: string; }; '-mt-40': { marginTop: string; }; '-mr-40': { marginRight: string; }; '-mb-40': { marginBottom: string; }; '-ml-40': { marginLeft: string; }; '-mt-48': { marginTop: string; }; '-mr-48': { marginRight: string; }; '-mb-48': { marginBottom: string; }; '-ml-48': { marginLeft: string; }; '-mt-56': { marginTop: string; }; '-mr-56': { marginRight: string; }; '-mb-56': { marginBottom: string; }; '-ml-56': { marginLeft: string; }; '-mt-64': { marginTop: string; }; '-mr-64': { marginRight: string; }; '-mb-64': { marginBottom: string; }; '-ml-64': { marginLeft: string; }; '-mt-px': { marginTop: string; }; '-mr-px': { marginRight: string; }; '-mb-px': { marginBottom: string; }; '-ml-px': { marginLeft: string; }; 'max-h-full': { maxHeight: string; }; 'max-h-screen': { maxHeight: string; }; 'max-w-none': { maxWidth: string; }; 'max-w-xs': { maxWidth: string; }; 'max-w-sm': { maxWidth: string; }; 'max-w-md': { maxWidth: string; }; 'max-w-lg': { maxWidth: string; }; 'max-w-xl': { maxWidth: string; }; 'max-w-2xl': { maxWidth: string; }; 'max-w-3xl': { maxWidth: string; }; 'max-w-4xl': { maxWidth: string; }; 'max-w-5xl': { maxWidth: string; }; 'max-w-6xl': { maxWidth: string; }; 'max-w-full': { maxWidth: string; }; 'max-w-screen-sm': { maxWidth: string; }; 'max-w-screen-md': { maxWidth: string; }; 'max-w-screen-lg': { maxWidth: string; }; 'max-w-screen-xl': { maxWidth: string; }; 'min-h-0': { minHeight: string; }; 'min-h-full': { minHeight: string; }; 'min-h-screen': { minHeight: string; }; 'min-w-0': { minWidth: string; }; 'min-w-full': { minWidth: string; }; 'object-bottom': { objectPosition: string; }; 'object-center': { objectPosition: string; }; 'object-left': { objectPosition: string; }; 'object-left-bottom': { objectPosition: string; }; 'object-left-top': { objectPosition: string; }; 'object-right': { objectPosition: string; }; 'object-right-bottom': { objectPosition: string; }; 'object-right-top': { objectPosition: string; }; 'object-top': { objectPosition: string; }; 'opacity-0': { opacity: string; }; 'opacity-5': { opacity: string; }; 'opacity-10': { opacity: string; }; 'opacity-15': { opacity: string; }; 'opacity-20': { opacity: string; }; 'opacity-25': { opacity: string; }; 'opacity-30': { opacity: string; }; 'opacity-40': { opacity: string; }; 'opacity-50': { opacity: string; }; 'opacity-60': { opacity: string; }; 'opacity-70': { opacity: string; }; 'opacity-75': { opacity: string; }; 'opacity-80': { opacity: string; }; 'opacity-90': { opacity: string; }; 'opacity-100': { opacity: string; }; 'order-1': { order: string; }; 'order-2': { order: string; }; 'order-3': { order: string; }; 'order-4': { order: string; }; 'order-5': { order: string; }; 'order-6': { order: string; }; 'order-7': { order: string; }; 'order-8': { order: string; }; 'order-9': { order: string; }; 'order-10': { order: string; }; 'order-11': { order: string; }; 'order-12': { order: string; }; 'order-13': { order: string; }; 'order-14': { order: string; }; 'order-15': { order: string; }; 'order-16': { order: string; }; 'order-17': { order: string; }; 'order-18': { order: string; }; 'order-19': { order: string; }; 'order-20': { order: string; }; 'order-21': { order: string; }; 'order-22': { order: string; }; 'order-23': { order: string; }; 'order-24': { order: string; }; 'order-first': { order: string; }; 'order-last': { order: string; }; 'order-none': { order: string; }; 'p-0': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-1': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-2': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-3': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-4': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-5': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-6': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-7': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-8': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-9': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-10': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-11': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-12': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-16': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-20': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-24': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-32': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-40': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-48': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-56': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-64': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-1.5': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-0.5': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'p-px': { paddingTop: any; paddingBottom: any; paddingLeft: any; paddingRight: any; }; 'py-0': { paddingTop: string; paddingBottom: string; }; 'px-0': { paddingLeft: string; paddingRight: string; }; 'py-1': { paddingTop: string; paddingBottom: string; }; 'px-1': { paddingLeft: string; paddingRight: string; }; 'py-2': { paddingTop: string; paddingBottom: string; }; 'px-2': { paddingLeft: string; paddingRight: string; }; 'py-3': { paddingTop: string; paddingBottom: string; }; 'px-3': { paddingLeft: string; paddingRight: string; }; 'py-4': { paddingTop: string; paddingBottom: string; }; 'px-4': { paddingLeft: string; paddingRight: string; }; 'py-5': { paddingTop: string; paddingBottom: string; }; 'px-5': { paddingLeft: string; paddingRight: string; }; 'py-6': { paddingTop: string; paddingBottom: string; }; 'px-6': { paddingLeft: string; paddingRight: string; }; 'py-7': { paddingTop: string; paddingBottom: string; }; 'px-7': { paddingLeft: string; paddingRight: string; }; 'py-8': { paddingTop: string; paddingBottom: string; }; 'px-8': { paddingLeft: string; paddingRight: string; }; 'py-9': { paddingTop: string; paddingBottom: string; }; 'px-9': { paddingLeft: string; paddingRight: string; }; 'py-10': { paddingTop: string; paddingBottom: string; }; 'px-10': { paddingLeft: string; paddingRight: string; }; 'py-11': { paddingTop: string; paddingBottom: string; }; 'px-11': { paddingLeft: string; paddingRight: string; }; 'py-12': { paddingTop: string; paddingBottom: string; }; 'px-12': { paddingLeft: string; paddingRight: string; }; 'py-16': { paddingTop: string; paddingBottom: string; }; 'px-16': { paddingLeft: string; paddingRight: string; }; 'py-20': { paddingTop: string; paddingBottom: string; }; 'px-20': { paddingLeft: string; paddingRight: string; }; 'py-24': { paddingTop: string; paddingBottom: string; }; 'px-24': { paddingLeft: string; paddingRight: string; }; 'py-32': { paddingTop: string; paddingBottom: string; }; 'px-32': { paddingLeft: string; paddingRight: string; }; 'py-40': { paddingTop: string; paddingBottom: string; }; 'px-40': { paddingLeft: string; paddingRight: string; }; 'py-48': { paddingTop: string; paddingBottom: string; }; 'px-48': { paddingLeft: string; paddingRight: string; }; 'py-56': { paddingTop: string; paddingBottom: string; }; 'px-56': { paddingLeft: string; paddingRight: string; }; 'py-64': { paddingTop: string; paddingBottom: string; }; 'px-64': { paddingLeft: string; paddingRight: string; }; 'py-1.5': { paddingTop: string; paddingBottom: string; }; 'px-1.5': { paddingLeft: string; paddingRight: string; }; 'py-0.5': { paddingTop: string; paddingBottom: string; }; 'px-0.5': { paddingLeft: string; paddingRight: string; }; 'py-px': { paddingTop: string; paddingBottom: string; }; 'px-px': { paddingLeft: string; paddingRight: string; }; 'pt-0': { paddingTop: string; }; 'pr-0': { paddingRight: string; }; 'pb-0': { paddingBottom: string; }; 'pl-0': { paddingLeft: string; }; 'pt-1': { paddingTop: string; }; 'pr-1': { paddingRight: string; }; 'pb-1': { paddingBottom: string; }; 'pl-1': { paddingLeft: string; }; 'pt-2': { paddingTop: string; }; 'pr-2': { paddingRight: string; }; 'pb-2': { paddingBottom: string; }; 'pl-2': { paddingLeft: string; }; 'pt-3': { paddingTop: string; }; 'pr-3': { paddingRight: string; }; 'pb-3': { paddingBottom: string; }; 'pl-3': { paddingLeft: string; }; 'pt-4': { paddingTop: string; }; 'pr-4': { paddingRight: string; }; 'pb-4': { paddingBottom: string; }; 'pl-4': { paddingLeft: string; }; 'pt-5': { paddingTop: string; }; 'pr-5': { paddingRight: string; }; 'pb-5': { paddingBottom: string; }; 'pl-5': { paddingLeft: string; }; 'pt-6': { paddingTop: string; }; 'pr-6': { paddingRight: string; }; 'pb-6': { paddingBottom: string; }; 'pl-6': { paddingLeft: string; }; 'pt-7': { paddingTop: string; }; 'pr-7': { paddingRight: string; }; 'pb-7': { paddingBottom: string; }; 'pl-7': { paddingLeft: string; }; 'pt-8': { paddingTop: string; }; 'pr-8': { paddingRight: string; }; 'pb-8': { paddingBottom: string; }; 'pl-8': { paddingLeft: string; }; 'pt-9': { paddingTop: string; }; 'pr-9': { paddingRight: string; }; 'pb-9': { paddingBottom: string; }; 'pl-9': { paddingLeft: string; }; 'pt-10': { paddingTop: string; }; 'pr-10': { paddingRight: string; }; 'pb-10': { paddingBottom: string; }; 'pl-10': { paddingLeft: string; }; 'pt-11': { paddingTop: string; }; 'pr-11': { paddingRight: string; }; 'pb-11': { paddingBottom: string; }; 'pl-11': { paddingLeft: string; }; 'pt-12': { paddingTop: string; }; 'pr-12': { paddingRight: string; }; 'pb-12': { paddingBottom: string; }; 'pl-12': { paddingLeft: string; }; 'pt-16': { paddingTop: string; }; 'pr-16': { paddingRight: string; }; 'pb-16': { paddingBottom: string; }; 'pl-16': { paddingLeft: string; }; 'pt-20': { paddingTop: string; }; 'pr-20': { paddingRight: string; }; 'pb-20': { paddingBottom: string; }; 'pl-20': { paddingLeft: string; }; 'pt-24': { paddingTop: string; }; 'pr-24': { paddingRight: string; }; 'pb-24': { paddingBottom: string; }; 'pl-24': { paddingLeft: string; }; 'pt-32': { paddingTop: string; }; 'pr-32': { paddingRight: string; }; 'pb-32': { paddingBottom: string; }; 'pl-32': { paddingLeft: string; }; 'pt-40': { paddingTop: string; }; 'pr-40': { paddingRight: string; }; 'pb-40': { paddingBottom: string; }; 'pl-40': { paddingLeft: string; }; 'pt-48': { paddingTop: string; }; 'pr-48': { paddingRight: string; }; 'pb-48': { paddingBottom: string; }; 'pl-48': { paddingLeft: string; }; 'pt-56': { paddingTop: string; }; 'pr-56': { paddingRight: string; }; 'pb-56': { paddingBottom: string; }; 'pl-56': { paddingLeft: string; }; 'pt-64': { paddingTop: string; }; 'pr-64': { paddingRight: string; }; 'pb-64': { paddingBottom: string; }; 'pl-64': { paddingLeft: string; }; 'pt-1.5': { paddingTop: string; }; 'pr-1.5': { paddingRight: string; }; 'pb-1.5': { paddingBottom: string; }; 'pl-1.5': { paddingLeft: string; }; 'pt-0.5': { paddingTop: string; }; 'pr-0.5': { paddingRight: string; }; 'pb-0.5': { paddingBottom: string; }; 'pl-0.5': { paddingLeft: string; }; 'pt-px': { paddingTop: string; }; 'pr-px': { paddingRight: string; }; 'pb-px': { paddingBottom: string; }; 'pl-px': { paddingLeft: string; }; 'stroke-current': { stroke: string; }; 'stroke-0': { strokeWidth: string; }; 'stroke-1': { strokeWidth: string; }; 'stroke-2': { strokeWidth: string; }; 'w-0': { width: string; }; 'w-1': { width: string; }; 'w-2': { width: string; }; 'w-3': { width: string; }; 'w-4': { width: string; }; 'w-5': { width: string; }; 'w-6': { width: string; }; 'w-7': { width: string; }; 'w-8': { width: string; }; 'w-9': { width: string; }; 'w-10': { width: string; }; 'w-11': { width: string; }; 'w-12': { width: string; }; 'w-16': { width: string; }; 'w-20': { width: string; }; 'w-24': { width: string; }; 'w-32': { width: string; }; 'w-40': { width: string; }; 'w-48': { width: string; }; 'w-56': { width: string; }; 'w-64': { width: string; }; 'w-auto': { width: string; }; 'w-px': { width: string; }; 'w-1/2': { width: string; }; 'w-1/3': { width: string; }; 'w-1/4': { width: string; }; 'w-2/3': { width: string; }; 'w-2/4': { width: string; }; 'w-3/4': { width: string; }; 'w-1/24': { width: string; }; 'w-2/24': { width: string; }; 'w-3/24': { width: string; }; 'w-4/24': { width: string; }; 'w-5/24': { width: string; }; 'w-6/24': { width: string; }; 'w-7/24': { width: string; }; 'w-8/24': { width: string; }; 'w-9/24': { width: string; }; 'w-10/24': { width: string; }; 'w-11/24': { width: string; }; 'w-12/24': { width: string; }; 'w-13/24': { width: string; }; 'w-14/24': { width: string; }; 'w-15/24': { width: string; }; 'w-16/24': { width: string; }; 'w-17/24': { width: string; }; 'w-18/24': { width: string; }; 'w-19/24': { width: string; }; 'w-20/24': { width: string; }; 'w-21/24': { width: string; }; 'w-22/24': { width: string; }; 'w-23/24': { width: string; }; 'w-full': { width: string; }; 'z-0': { zIndex: string; }; 'z-10': { zIndex: string; }; 'z-20': { zIndex: string; }; 'z-30': { zIndex: string; }; 'z-40': { zIndex: string; }; 'z-50': { zIndex: string; }; 'z-auto': { zIndex: string; }; 'gap-0': { gridGap: string; gap: string; }; 'gap-1': { gridGap: string; gap: string; }; 'gap-2': { gridGap: string; gap: string; }; 'gap-3': { gridGap: string; gap: string; }; 'gap-4': { gridGap: string; gap: string; }; 'gap-5': { gridGap: string; gap: string; }; 'gap-6': { gridGap: string; gap: string; }; 'gap-7': { gridGap: string; gap: string; }; 'gap-8': { gridGap: string; gap: string; }; 'gap-9': { gridGap: string; gap: string; }; 'gap-10': { gridGap: string; gap: string; }; 'gap-11': { gridGap: string; gap: string; }; 'gap-12': { gridGap: string; gap: string; }; 'gap-16': { gridGap: string; gap: string; }; 'gap-20': { gridGap: string; gap: string; }; 'gap-24': { gridGap: string; gap: string; }; 'gap-32': { gridGap: string; gap: string; }; 'gap-40': { gridGap: string; gap: string; }; 'gap-48': { gridGap: string; gap: string; }; 'gap-56': { gridGap: string; gap: string; }; 'gap-64': { gridGap: string; gap: string; }; 'gap-px': { gridGap: string; gap: string; }; 'gap-x-0': { gridColumnGap: string; columnGap: string; }; 'gap-x-1': { gridColumnGap: string; columnGap: string; }; 'gap-x-2': { gridColumnGap: string; columnGap: string; }; 'gap-x-3': { gridColumnGap: string; columnGap: string; }; 'gap-x-4': { gridColumnGap: string; columnGap: string; }; 'gap-x-5': { gridColumnGap: string; columnGap: string; }; 'gap-x-6': { gridColumnGap: string; columnGap: string; }; 'gap-x-7': { gridColumnGap: string; columnGap: string; }; 'gap-x-8': { gridColumnGap: string; columnGap: string; }; 'gap-x-9': { gridColumnGap: string; columnGap: string; }; 'gap-x-10': { gridColumnGap: string; columnGap: string; }; 'gap-x-11': { gridColumnGap: string; columnGap: string; }; 'gap-x-12': { gridColumnGap: string; columnGap: string; }; 'gap-x-16': { gridColumnGap: string; columnGap: string; }; 'gap-x-20': { gridColumnGap: string; columnGap: string; }; 'gap-x-24': { gridColumnGap: string; columnGap: string; }; 'gap-x-32': { gridColumnGap: string; columnGap: string; }; 'gap-x-40': { gridColumnGap: string; columnGap: string; }; 'gap-x-48': { gridColumnGap: string; columnGap: string; }; 'gap-x-56': { gridColumnGap: string; columnGap: string; }; 'gap-x-64': { gridColumnGap: string; columnGap: string; }; 'gap-x-px': { gridColumnGap: string; columnGap: string; }; 'gap-y-0': { gridRowGap: string; rowGap: string; }; 'gap-y-1': { gridRowGap: string; rowGap: string; }; 'gap-y-2': { gridRowGap: string; rowGap: string; }; 'gap-y-3': { gridRowGap: string; rowGap: string; }; 'gap-y-4': { gridRowGap: string; rowGap: string; }; 'gap-y-5': { gridRowGap: string; rowGap: string; }; 'gap-y-6': { gridRowGap: string; rowGap: string; }; 'gap-y-7': { gridRowGap: string; rowGap: string; }; 'gap-y-8': { gridRowGap: string; rowGap: string; }; 'gap-y-9': { gridRowGap: string; rowGap: string; }; 'gap-y-10': { gridRowGap: string; rowGap: string; }; 'gap-y-11': { gridRowGap: string; rowGap: string; }; 'gap-y-12': { gridRowGap: string; rowGap: string; }; 'gap-y-16': { gridRowGap: string; rowGap: string; }; 'gap-y-20': { gridRowGap: string; rowGap: string; }; 'gap-y-24': { gridRowGap: string; rowGap: string; }; 'gap-y-32': { gridRowGap: string; rowGap: string; }; 'gap-y-40': { gridRowGap: string; rowGap: string; }; 'gap-y-48': { gridRowGap: string; rowGap: string; }; 'gap-y-56': { gridRowGap: string; rowGap: string; }; 'gap-y-64': { gridRowGap: string; rowGap: string; }; 'gap-y-px': { gridRowGap: string; rowGap: string; }; 'grid-cols-1': { gridTemplateColumns: string; }; 'grid-cols-2': { gridTemplateColumns: string; }; 'grid-cols-3': { gridTemplateColumns: string; }; 'grid-cols-4': { gridTemplateColumns: string; }; 'grid-cols-5': { gridTemplateColumns: string; }; 'grid-cols-6': { gridTemplateColumns: string; }; 'grid-cols-7': { gridTemplateColumns: string; }; 'grid-cols-8': { gridTemplateColumns: string; }; 'grid-cols-9': { gridTemplateColumns: string; }; 'grid-cols-10': { gridTemplateColumns: string; }; 'grid-cols-11': { gridTemplateColumns: string; }; 'grid-cols-12': { gridTemplateColumns: string; }; 'grid-cols-13': { gridTemplateColumns: string; }; 'grid-cols-14': { gridTemplateColumns: string; }; 'grid-cols-15': { gridTemplateColumns: string; }; 'grid-cols-16': { gridTemplateColumns: string; }; 'grid-cols-17': { gridTemplateColumns: string; }; 'grid-cols-18': { gridTemplateColumns: string; }; 'grid-cols-19': { gridTemplateColumns: string; }; 'grid-cols-20': { gridTemplateColumns: string; }; 'grid-cols-21': { gridTemplateColumns: string; }; 'grid-cols-22': { gridTemplateColumns: string; }; 'grid-cols-23': { gridTemplateColumns: string; }; 'grid-cols-24': { gridTemplateColumns: string; }; 'grid-cols-none': { gridTemplateColumns: string; }; 'col-auto': { gridColumn: string; }; 'col-span-1': { gridColumn: string; }; 'col-span-2': { gridColumn: string; }; 'col-span-3': { gridColumn: string; }; 'col-span-4': { gridColumn: string; }; 'col-span-5': { gridColumn: string; }; 'col-span-6': { gridColumn: string; }; 'col-span-7': { gridColumn: string; }; 'col-span-8': { gridColumn: string; }; 'col-span-9': { gridColumn: string; }; 'col-span-10': { gridColumn: string; }; 'col-span-11': { gridColumn: string; }; 'col-span-12': { gridColumn: string; }; 'col-span-13': { gridColumn: string; }; 'col-span-14': { gridColumn: string; }; 'col-span-15': { gridColumn: string; }; 'col-span-16': { gridColumn: string; }; 'col-span-17': { gridColumn: string; }; 'col-span-18': { gridColumn: string; }; 'col-span-19': { gridColumn: string; }; 'col-span-20': { gridColumn: string; }; 'col-span-21': { gridColumn: string; }; 'col-span-22': { gridColumn: string; }; 'col-span-23': { gridColumn: string; }; 'col-span-24': { gridColumn: string; }; 'col-start-1': { gridColumnStart: string; }; 'col-start-2': { gridColumnStart: string; }; 'col-start-3': { gridColumnStart: string; }; 'col-start-4': { gridColumnStart: string; }; 'col-start-5': { gridColumnStart: string; }; 'col-start-6': { gridColumnStart: string; }; 'col-start-7': { gridColumnStart: string; }; 'col-start-8': { gridColumnStart: string; }; 'col-start-9': { gridColumnStart: string; }; 'col-start-10': { gridColumnStart: string; }; 'col-start-11': { gridColumnStart: string; }; 'col-start-12': { gridColumnStart: string; }; 'col-start-13': { gridColumnStart: string; }; 'col-start-14': { gridColumnStart: string; }; 'col-start-15': { gridColumnStart: string; }; 'col-start-16': { gridColumnStart: string; }; 'col-start-17': { gridColumnStart: string; }; 'col-start-18': { gridColumnStart: string; }; 'col-start-19': { gridColumnStart: string; }; 'col-start-20': { gridColumnStart: string; }; 'col-start-21': { gridColumnStart: string; }; 'col-start-22': { gridColumnStart: string; }; 'col-start-23': { gridColumnStart: string; }; 'col-start-24': { gridColumnStart: string; }; 'col-start-auto': { gridColumnStart: string; }; 'col-end-1': { gridColumnEnd: string; }; 'col-end-2': { gridColumnEnd: string; }; 'col-end-3': { gridColumnEnd: string; }; 'col-end-4': { gridColumnEnd: string; }; 'col-end-5': { gridColumnEnd: string; }; 'col-end-6': { gridColumnEnd: string; }; 'col-end-7': { gridColumnEnd: string; }; 'col-end-8': { gridColumnEnd: string; }; 'col-end-9': { gridColumnEnd: string; }; 'col-end-10': { gridColumnEnd: string; }; 'col-end-11': { gridColumnEnd: string; }; 'col-end-12': { gridColumnEnd: string; }; 'col-end-13': { gridColumnEnd: string; }; 'col-end-14': { gridColumnEnd: string; }; 'col-end-15': { gridColumnEnd: string; }; 'col-end-16': { gridColumnEnd: string; }; 'col-end-17': { gridColumnEnd: string; }; 'col-end-18': { gridColumnEnd: string; }; 'col-end-19': { gridColumnEnd: string; }; 'col-end-20': { gridColumnEnd: string; }; 'col-end-21': { gridColumnEnd: string; }; 'col-end-22': { gridColumnEnd: string; }; 'col-end-23': { gridColumnEnd: string; }; 'col-end-24': { gridColumnEnd: string; }; 'col-end-auto': { gridColumnEnd: string; }; 'grid-rows-1': { gridTemplateRows: string; }; 'grid-rows-2': { gridTemplateRows: string; }; 'grid-rows-3': { gridTemplateRows: string; }; 'grid-rows-4': { gridTemplateRows: string; }; 'grid-rows-5': { gridTemplateRows: string; }; 'grid-rows-6': { gridTemplateRows: string; }; 'grid-rows-7': { gridTemplateRows: string; }; 'grid-rows-8': { gridTemplateRows: string; }; 'grid-rows-9': { gridTemplateRows: string; }; 'grid-rows-10': { gridTemplateRows: string; }; 'grid-rows-11': { gridTemplateRows: string; }; 'grid-rows-12': { gridTemplateRows: string; }; 'grid-rows-none': { gridTemplateRows: string; }; 'row-auto': { gridRow: string; }; 'row-span-1': { gridRow: string; }; 'row-span-2': { gridRow: string; }; 'row-span-3': { gridRow: string; }; 'row-span-4': { gridRow: string; }; 'row-span-5': { gridRow: string; }; 'row-span-6': { gridRow: string; }; 'row-span-7': { gridRow: string; }; 'row-span-8': { gridRow: string; }; 'row-span-9': { gridRow: string; }; 'row-span-10': { gridRow: string; }; 'row-span-11': { gridRow: string; }; 'row-span-12': { gridRow: string; }; 'row-start-1': { gridRowStart: string; }; 'row-start-2': { gridRowStart: string; }; 'row-start-3': { gridRowStart: string; }; 'row-start-4': { gridRowStart: string; }; 'row-start-5': { gridRowStart: string; }; 'row-start-6': { gridRowStart: string; }; 'row-start-7': { gridRowStart: string; }; 'row-start-8': { gridRowStart: string; }; 'row-start-9': { gridRowStart: string; }; 'row-start-10': { gridRowStart: string; }; 'row-start-11': { gridRowStart: string; }; 'row-start-12': { gridRowStart: string; }; 'row-start-13': { gridRowStart: string; }; 'row-start-auto': { gridRowStart: string; }; 'row-end-1': { gridRowEnd: string; }; 'row-end-2': { gridRowEnd: string; }; 'row-end-3': { gridRowEnd: string; }; 'row-end-4': { gridRowEnd: string; }; 'row-end-5': { gridRowEnd: string; }; 'row-end-6': { gridRowEnd: string; }; 'row-end-7': { gridRowEnd: string; }; 'row-end-8': { gridRowEnd: string; }; 'row-end-9': { gridRowEnd: string; }; 'row-end-10': { gridRowEnd: string; }; 'row-end-11': { gridRowEnd: string; }; 'row-end-12': { gridRowEnd: string; }; 'row-end-13': { gridRowEnd: string; }; 'row-end-auto': { gridRowEnd: string; }; 'origin-center': { transformOrigin: string; }; 'origin-top': { transformOrigin: string; }; 'origin-top-right': { transformOrigin: string; }; 'origin-right': { transformOrigin: string; }; 'origin-bottom-right': { transformOrigin: string; }; 'origin-bottom': { transformOrigin: string; }; 'origin-bottom-left': { transformOrigin: string; }; 'origin-left': { transformOrigin: string; }; 'origin-top-left': { transformOrigin: string; }; 'scale-0': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-50': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-75': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-90': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-95': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-100': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-105': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-110': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-125': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-150': { '-TransformScaleX': string; '-TransformScaleY': string; }; 'scale-x-0': { '-TransformScaleX': string; }; 'scale-x-50': { '-TransformScaleX': string; }; 'scale-x-75': { '-TransformScaleX': string; }; 'scale-x-90': { '-TransformScaleX': string; }; 'scale-x-95': { '-TransformScaleX': string; }; 'scale-x-100': { '-TransformScaleX': string; }; 'scale-x-105': { '-TransformScaleX': string; }; 'scale-x-110': { '-TransformScaleX': string; }; 'scale-x-125': { '-TransformScaleX': string; }; 'scale-x-150': { '-TransformScaleX': string; }; 'scale-y-0': { '-TransformScaleY': string; }; 'scale-y-50': { '-TransformScaleY': string; }; 'scale-y-75': { '-TransformScaleY': string; }; 'scale-y-90': { '-TransformScaleY': string; }; 'scale-y-95': { '-TransformScaleY': string; }; 'scale-y-100': { '-TransformScaleY': string; }; 'scale-y-105': { '-TransformScaleY': string; }; 'scale-y-110': { '-TransformScaleY': string; }; 'scale-y-125': { '-TransformScaleY': string; }; 'scale-y-150': { '-TransformScaleY': string; }; 'rotate-0': { '-TransformRotate': string; }; 'rotate-45': { '-TransformRotate': string; }; 'rotate-90': { '-TransformRotate': string; }; 'rotate-180': { '-TransformRotate': string; }; '-rotate-180': { '-TransformRotate': string; }; '-rotate-90': { '-TransformRotate': string; }; '-rotate-45': { '-TransformRotate': string; }; 'translate-x-0': { '-TransformTranslateX': string; }; 'translate-x-1': { '-TransformTranslateX': string; }; 'translate-x-2': { '-TransformTranslateX': string; }; 'translate-x-3': { '-TransformTranslateX': string; }; 'translate-x-4': { '-TransformTranslateX': string; }; 'translate-x-5': { '-TransformTranslateX': string; }; 'translate-x-6': { '-TransformTranslateX': string; }; 'translate-x-7': { '-TransformTranslateX': string; }; 'translate-x-8': { '-TransformTranslateX': string; }; 'translate-x-9': { '-TransformTranslateX': string; }; 'translate-x-10': { '-TransformTranslateX': string; }; 'translate-x-11': { '-TransformTranslateX': string; }; 'translate-x-12': { '-TransformTranslateX': string; }; 'translate-x-16': { '-TransformTranslateX': string; }; 'translate-x-20': { '-TransformTranslateX': string; }; 'translate-x-24': { '-TransformTranslateX': string; }; 'translate-x-32': { '-TransformTranslateX': string; }; 'translate-x-40': { '-TransformTranslateX': string; }; 'translate-x-48': { '-TransformTranslateX': string; }; 'translate-x-56': { '-TransformTranslateX': string; }; 'translate-x-64': { '-TransformTranslateX': string; }; 'translate-x-px': { '-TransformTranslateX': string; }; '-translate-x-1': { '-TransformTranslateX': string; }; '-translate-x-2': { '-TransformTranslateX': string; }; '-translate-x-3': { '-TransformTranslateX': string; }; '-translate-x-4': { '-TransformTranslateX': string; }; '-translate-x-5': { '-TransformTranslateX': string; }; '-translate-x-6': { '-TransformTranslateX': string; }; '-translate-x-7': { '-TransformTranslateX': string; }; '-translate-x-8': { '-TransformTranslateX': string; }; '-translate-x-9': { '-TransformTranslateX': string; }; '-translate-x-10': { '-TransformTranslateX': string; }; '-translate-x-11': { '-TransformTranslateX': string; }; '-translate-x-12': { '-TransformTranslateX': string; }; '-translate-x-16': { '-TransformTranslateX': string; }; '-translate-x-20': { '-TransformTranslateX': string; }; '-translate-x-24': { '-TransformTranslateX': string; }; '-translate-x-32': { '-TransformTranslateX': string; }; '-translate-x-40': { '-TransformTranslateX': string; }; '-translate-x-48': { '-TransformTranslateX': string; }; '-translate-x-56': { '-TransformTranslateX': string; }; '-translate-x-64': { '-TransformTranslateX': string; }; '-translate-x-px': { '-TransformTranslateX': string; }; '-translate-x-full': { '-TransformTranslateX': string; }; '-translate-x-1/2': { '-TransformTranslateX': string; }; 'translate-x-1/2': { '-TransformTranslateX': string; }; 'translate-x-full': { '-TransformTranslateX': string; }; 'translate-y-0': { '-TransformTranslateY': string; }; 'translate-y-1': { '-TransformTranslateY': string; }; 'translate-y-2': { '-TransformTranslateY': string; }; 'translate-y-3': { '-TransformTranslateY': string; }; 'translate-y-4': { '-TransformTranslateY': string; }; 'translate-y-5': { '-TransformTranslateY': string; }; 'translate-y-6': { '-TransformTranslateY': string; }; 'translate-y-7': { '-TransformTranslateY': string; }; 'translate-y-8': { '-TransformTranslateY': string; }; 'translate-y-9': { '-TransformTranslateY': string; }; 'translate-y-10': { '-TransformTranslateY': string; }; 'translate-y-11': { '-TransformTranslateY': string; }; 'translate-y-12': { '-TransformTranslateY': string; }; 'translate-y-16': { '-TransformTranslateY': string; }; 'translate-y-20': { '-TransformTranslateY': string; }; 'translate-y-24': { '-TransformTranslateY': string; }; 'translate-y-32': { '-TransformTranslateY': string; }; 'translate-y-40': { '-TransformTranslateY': string; }; 'translate-y-48': { '-TransformTranslateY': string; }; 'translate-y-56': { '-TransformTranslateY': string; }; 'translate-y-64': { '-TransformTranslateY': string; }; 'translate-y-px': { '-TransformTranslateY': string; }; '-translate-y-1': { '-TransformTranslateY': string; }; '-translate-y-2': { '-TransformTranslateY': string; }; '-translate-y-3': { '-TransformTranslateY': string; }; '-translate-y-4': { '-TransformTranslateY': string; }; '-translate-y-5': { '-TransformTranslateY': string; }; '-translate-y-6': { '-TransformTranslateY': string; }; '-translate-y-7': { '-TransformTranslateY': string; }; '-translate-y-8': { '-TransformTranslateY': string; }; '-translate-y-9': { '-TransformTranslateY': string; }; '-translate-y-10': { '-TransformTranslateY': string; }; '-translate-y-11': { '-TransformTranslateY': string; }; '-translate-y-12': { '-TransformTranslateY': string; }; '-translate-y-16': { '-TransformTranslateY': string; }; '-translate-y-20': { '-TransformTranslateY': string; }; '-translate-y-24': { '-TransformTranslateY': string; }; '-translate-y-32': { '-TransformTranslateY': string; }; '-translate-y-40': { '-TransformTranslateY': string; }; '-translate-y-48': { '-TransformTranslateY': string; }; '-translate-y-56': { '-TransformTranslateY': string; }; '-translate-y-64': { '-TransformTranslateY': string; }; '-translate-y-px': { '-TransformTranslateY': string; }; '-translate-y-full': { '-TransformTranslateY': string; }; '-translate-y-1/2': { '-TransformTranslateY': string; }; 'translate-y-1/2': { '-TransformTranslateY': string; }; 'translate-y-full': { '-TransformTranslateY': string; }; 'skew-x-0': { '-TransformSkewX': string; }; 'skew-x-3': { '-TransformSkewX': string; }; 'skew-x-6': { '-TransformSkewX': string; }; 'skew-x-12': { '-TransformSkewX': string; }; '-skew-x-12': { '-TransformSkewX': string; }; '-skew-x-6': { '-TransformSkewX': string; }; '-skew-x-3': { '-TransformSkewX': string; }; 'skew-y-0': { '-TransformSkewY': string; }; 'skew-y-3': { '-TransformSkewY': string; }; 'skew-y-6': { '-TransformSkewY': string; }; 'skew-y-12': { '-TransformSkewY': string; }; '-skew-y-12': { '-TransformSkewY': string; }; '-skew-y-6': { '-TransformSkewY': string; }; '-skew-y-3': { '-TransformSkewY': string; }; 'transition-none': { transitionProperty: string; }; 'transition-all': { transitionProperty: string; }; transition: { transitionProperty: string; }; 'transition-colors': { transitionProperty: string; }; 'transition-opacity': { transitionProperty: string; }; 'transition-shadow': { transitionProperty: string; }; 'transition-transform': { transitionProperty: string; }; 'ease-linear': { transitionTimingFunction: string; }; 'ease-in': { transitionTimingFunction: string; }; 'ease-out': { transitionTimingFunction: string; }; 'ease-in-out': { transitionTimingFunction: string; }; 'duration-75': { transitionDuration: string; }; 'duration-100': { transitionDuration: string; }; 'duration-150': { transitionDuration: string; }; 'duration-200': { transitionDuration: string; }; 'duration-300': { transitionDuration: string; }; 'duration-500': { transitionDuration: string; }; 'duration-700': { transitionDuration: string; }; 'duration-1000': { transitionDuration: string; }; 'border-transparent': { borderColor: string; }; 'border-current': { borderColor: string; }; 'border-opacity-0': { '-BorderOpacity': string; }; 'border-opacity-5': { '-BorderOpacity': string; }; 'border-opacity-10': { '-BorderOpacity': string; }; 'border-opacity-15': { '-BorderOpacity': string; }; 'border-opacity-20': { '-BorderOpacity': string; }; 'border-opacity-25': { '-BorderOpacity': string; }; 'border-opacity-30': { '-BorderOpacity': string; }; 'border-opacity-40': { '-BorderOpacity': string; }; 'border-opacity-50': { '-BorderOpacity': string; }; 'border-opacity-60': { '-BorderOpacity': string; }; 'border-opacity-70': { '-BorderOpacity': string; }; 'border-opacity-75': { '-BorderOpacity': string; }; 'border-opacity-80': { '-BorderOpacity': string; }; 'border-opacity-90': { '-BorderOpacity': string; }; 'border-opacity-100': { '-BorderOpacity': string; }; 'placeholder-transparent::placeholder': { color: string; }; 'placeholder-current::placeholder': { color: string; }; 'placeholder-opacity-0::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-5::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-10::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-15::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-20::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-25::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-30::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-40::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-50::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-60::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-70::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-75::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-80::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-90::placeholder': { '-PlaceholderOpacity': string; }; 'placeholder-opacity-100::placeholder': { '-PlaceholderOpacity': string; }; 'text-transparent': { color: string; }; 'text-current': { color: string; }; 'delay-75': { transitionDelay: string; }; 'delay-100': { transitionDelay: string; }; 'delay-150': { transitionDelay: string; }; 'delay-200': { transitionDelay: string; }; 'delay-300': { transitionDelay: string; }; 'delay-500': { transitionDelay: string; }; 'delay-700': { transitionDelay: string; }; 'delay-1000': { transitionDelay: string; }; 'text-10': { fontSize: string; }; 'text-11': { fontSize: string; }; 'text-12': { fontSize: string; }; 'text-13': { fontSize: string; }; 'text-14': { fontSize: string; }; 'text-16': { fontSize: string; }; 'text-20': { fontSize: string; }; 'text-24': { fontSize: string; }; 'text-32': { fontSize: string; }; 'text-40': { fontSize: string; }; 'text-56': { fontSize: string; }; 'text-72': { fontSize: string; }; 'sr-only': { position: string; width: string; height: string; padding: string; margin: string; overflow: string; clip: string; whiteSpace: string; borderWidth: string; }; 'not-sr-only': { position: string; width: string; height: string; padding: string; margin: string; overflow: string; clip: string; whiteSpace: string; }; 'content-center': { alignContent: string; }; 'content-start': { alignContent: string; }; 'content-end': { alignContent: string; }; 'content-between': { alignContent: string; }; 'content-around': { alignContent: string; }; 'content-evenly': { alignContent: string; }; 'items-start': { alignItems: string; }; 'items-end': { alignItems: string; }; 'items-center': { alignItems: string; }; 'items-baseline': { alignItems: string; }; 'items-stretch': { alignItems: string; }; 'self-auto': { alignSelf: string; }; 'self-start': { alignSelf: string; }; 'self-end': { alignSelf: string; }; 'self-center': { alignSelf: string; }; 'self-stretch': { alignSelf: string; }; 'appearance-none': { appearance: string; }; 'border-solid': { borderStyle: string; }; 'border-dashed': { borderStyle: string; }; 'border-dotted': { borderStyle: string; }; 'border-double': { borderStyle: string; }; 'border-none': { borderStyle: string; }; 'box-border': { boxSizing: string; }; 'box-content': { boxSizing: string; }; 'bg-fixed': { backgroundAttachment: string; }; 'bg-local': { backgroundAttachment: string; }; 'bg-scroll': { backgroundAttachment: string; }; 'bg-repeat': { backgroundRepeat: string; }; 'bg-no-repeat': { backgroundRepeat: string; }; 'bg-repeat-x': { backgroundRepeat: string; }; 'bg-repeat-y': { backgroundRepeat: string; }; 'bg-repeat-round': { backgroundRepeat: string; }; 'bg-repeat-space': { backgroundRepeat: string; }; 'border-collapse': { borderCollapse: string; }; 'border-separate': { borderCollapse: string; }; 'clear-left': { clear: string; }; 'clear-right': { clear: string; }; 'clear-both': { clear: string; }; 'clear-none': { clear: string; }; block: { display: string; }; 'inline-block': { display: string; }; inline: { display: string; }; flex: { display: string; }; 'inline-flex': { display: string; }; table: { display: string; }; 'table-caption': { display: string; }; 'table-cell': { display: string; }; 'table-column': { display: string; }; 'table-column-group': { display: string; }; 'table-footer-group': { display: string; }; 'table-header-group': { display: string; }; 'table-row-group': { display: string; }; 'table-row': { display: string; }; 'flow-root': { display: string; }; grid: { display: string; }; 'inline-grid': { display: string; }; contents: { display: string; }; hidden: { display: string; }; 'flex-row': { flexDirection: string; }; 'flex-row-reverse': { flexDirection: string; }; 'flex-col': { flexDirection: string; }; 'flex-col-reverse': { flexDirection: string; }; 'flex-wrap': { flexWrap: string; }; 'flex-wrap-reverse': { flexWrap: string; }; 'flex-no-wrap': { flexWrap: string; }; 'float-right': { float: string; }; 'float-left': { float: string; }; 'float-none': { float: string; }; 'clearfix:after': { content: string; display: string; clear: string; }; antialiased: { WebkitFontSmoothing: string; MozOsxFontSmoothing: string; }; 'subpixel-antialiased': { WebkitFontSmoothing: string; MozOsxFontSmoothing: string; }; italic: { fontStyle: string; }; 'not-italic': { fontStyle: string; }; 'grid-flow-row': { gridAutoFlow: string; }; 'grid-flow-col': { gridAutoFlow: string; }; 'grid-flow-row-dense': { gridAutoFlow: string; }; 'grid-flow-col-dense': { gridAutoFlow: string; }; 'justify-start': { justifyContent: string; }; 'justify-end': { justifyContent: string; }; 'justify-center': { justifyContent: string; }; 'justify-between': { justifyContent: string; }; 'justify-around': { justifyContent: string; }; 'justify-evenly': { justifyContent: string; }; 'list-inside': { listStylePosition: string; }; 'list-outside': { listStylePosition: string; }; 'object-contain': { objectFit: string; }; 'object-cover': { objectFit: string; }; 'object-fill': { objectFit: string; }; 'object-none': { objectFit: string; }; 'object-scale-down': { objectFit: string; }; 'overflow-auto': { overflow: string; }; 'overflow-hidden': { overflow: string; }; 'overflow-visible': { overflow: string; }; 'overflow-scroll': { overflow: string; }; 'overflow-x-auto': { overflowX: string; }; 'overflow-y-auto': { overflowY: string; }; 'overflow-x-hidden': { overflowX: string; }; 'overflow-y-hidden': { overflowY: string; }; 'overflow-x-visible': { overflowX: string; }; 'overflow-y-visible': { overflowY: string; }; 'overflow-x-scroll': { overflowX: string; }; 'overflow-y-scroll': { overflowY: string; }; 'scrolling-touch': { WebkitOverflowScrolling: string; }; 'scrolling-auto': { WebkitOverflowScrolling: string; }; 'pointer-events-none': { pointerEvents: string; }; 'pointer-events-auto': { pointerEvents: string; }; static: { position: string; }; fixed: { position: string; }; absolute: { position: string; }; relative: { position: string; }; sticky: { position: string; }; 'resize-none': { resize: string; }; 'resize-y': { resize: string; }; 'resize-x': { resize: string; }; resize: { resize: string; }; 'table-auto': { tableLayout: string; }; 'table-fixed': { tableLayout: string; }; 'text-left': { textAlign: string; }; 'text-center': { textAlign: string; }; 'text-right': { textAlign: string; }; 'text-justify': { textAlign: string; }; underline: { textDecoration: string; }; 'line-through': { textDecoration: string; }; 'no-underline': { textDecoration: string; }; uppercase: { textTransform: string; }; lowercase: { textTransform: string; }; capitalize: { textTransform: string; }; 'normal-case': { textTransform: string; }; transform: { '-TransformTranslateX': string; '-TransformTranslateY': string; '-TransformRotate': string; '-TransformSkewX': string; '-TransformSkewY': string; '-TransformScaleX': string; '-TransformScaleY': string; transform: string; }; 'transform-none': { transform: string; }; 'select-none': { userSelect: string; }; 'select-text': { userSelect: string; }; 'select-all': { userSelect: string; }; 'select-auto': { userSelect: string; }; 'align-baseline': { verticalAlign: string; }; 'align-top': { verticalAlign: string; }; 'align-middle': { verticalAlign: string; }; 'align-bottom': { verticalAlign: string; }; 'align-text-top': { verticalAlign: string; }; 'align-text-bottom': { verticalAlign: string; }; visible: { visibility: string; }; invisible: { visibility: string; }; 'whitespace-normal': { whiteSpace: string; }; 'whitespace-no-wrap': { whiteSpace: string; }; 'whitespace-pre': { whiteSpace: string; }; 'whitespace-pre-line': { whiteSpace: string; }; 'whitespace-pre-wrap': { whiteSpace: string; }; 'break-normal': { overflowWrap: string; wordBreak: string; }; 'break-words': { overflowWrap: string; }; 'break-all': { wordBreak: string; }; truncate: { overflow: string; textOverflow: string; whiteSpace: string; }; 'tabular-nums': { fontVariantNumeric: string; }; 'outline-offset-0': { outlineOffset: string; }; 'outline-offset-1': { outlineOffset: string; }; 'outline-offset-2': { outlineOffset: string; }; '-outline-offset-2': { outlineOffset: string; }; '-outline-offset-1': { outlineOffset: string; }; 'outline-width-1': { outlineWidth: string; }; 'outline-width-2': { outlineWidth: string; }; 'outline-none': { outlineStyle: string; }; 'outline-solid': { outlineStyle: string; }; 'outline-dashed': { outlineStyle: string; }; 'outline-dotted': { outlineStyle: string; }; 'outline-double': { outlineStyle: string; }; 'outline-hidden': { outlineStyle: string; }; 'line-clamp-1': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; 'line-clamp-2': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; 'line-clamp-3': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; 'line-clamp-4': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; 'line-clamp-5': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; 'line-clamp-6': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; 'line-clamp-none': { overflow: string; display: string; WebkitBoxOrient: string; WebkitLineClamp: string; }; }; }; export default _default;