declare const unsupportedCorePlugins: { accentColor: boolean; accessibility: boolean; animation: boolean; appearance: boolean; aspectRatio: boolean; backdropBlur: boolean; backdropBrightness: boolean; backdropContrast: boolean; backdropFilter: boolean; backdropGrayscale: boolean; backdropHueRotate: boolean; backdropInvert: boolean; backdropOpacity: boolean; backdropSaturate: boolean; backdropSepia: boolean; backgroundAttachment: boolean; backgroundBlendMode: boolean; backgroundClip: boolean; backgroundImage: boolean; backgroundOrigin: boolean; backgroundPosition: boolean; backgroundRepeat: boolean; backgroundSize: boolean; blur: boolean; borderCollapse: boolean; boxDecorationBreak: boolean; boxShadow: boolean; boxShadowColor: boolean; boxSizing: boolean; breakAfter: boolean; breakBefore: boolean; breakInside: boolean; brightness: boolean; caretColor: boolean; clear: boolean; columns: boolean; container: boolean; content: boolean; contrast: boolean; cursor: boolean; divideColor: boolean; divideOpacity: boolean; divideStyle: boolean; divideWidth: boolean; dropShadow: boolean; fill: boolean; filter: boolean; float: boolean; fontSmoothing: boolean; gap: boolean; gradientColorStops: boolean; grayscale: boolean; gridAutoColumns: boolean; gridAutoFlow: boolean; gridAutoRows: boolean; gridColumn: boolean; gridColumnEnd: boolean; gridColumnStart: boolean; gridRow: boolean; gridRowEnd: boolean; gridRowStart: boolean; gridTemplateColumns: boolean; gridTemplateRows: boolean; hueRotate: boolean; invert: boolean; isolation: boolean; justifyItems: boolean; justifySelf: boolean; listStylePosition: boolean; listStyleType: boolean; mixBlendMode: boolean; objectFit: boolean; objectPosition: boolean; order: boolean; outlineColor: boolean; outlineOffset: boolean; outlineStyle: boolean; outlineWidth: boolean; overscrollBehavior: boolean; placeContent: boolean; placeItems: boolean; placeSelf: boolean; placeholderColor: boolean; placeholderOpacity: boolean; preflight: boolean; resize: boolean; ringColor: boolean; ringOffsetColor: boolean; ringOffsetWidth: boolean; ringOpacity: boolean; ringWidth: boolean; rotate: boolean; saturate: boolean; scale: boolean; scrollBehavior: boolean; scrollMargin: boolean; scrollPadding: boolean; scrollSnapAlign: boolean; scrollSnapStop: boolean; scrollSnapType: boolean; sepia: boolean; skew: boolean; space: boolean; stroke: boolean; strokeWidth: boolean; tableLayout: boolean; textDecorationThickness: boolean; textIndent: boolean; textOverflow: boolean; textUnderlineOffset: boolean; touchAction: boolean; transform: boolean; transformOrigin: boolean; transitionDelay: boolean; transitionDuration: boolean; transitionProperty: boolean; transitionTimingFunction: boolean; translate: boolean; userSelect: boolean; verticalAlign: boolean; visibility: boolean; whitespace: boolean; willChange: boolean; wordBreak: boolean; }; export default unsupportedCorePlugins;