export declare const dash: (...words: string[]) => string; export declare const DASH = "-"; export declare const BORDER = "border"; export declare const RADIUS = "radius"; export declare const MARGIN = "margin"; export declare const PADDING = "padding"; export declare const FONT = "font"; export declare const CURSOR = "cursor"; export declare const POINTER = "pointer"; export declare const CURRENT_COLOR = "currentColor"; export declare const COMMA = ","; export declare const FLOW = "flow"; export declare const TEMPLATE = "template"; export declare const COLUMN = "column"; export declare const COLUMNS: string; export declare const GAP = "gap"; export declare const ROW = "row"; export declare const ROWS: string; export declare const FR = "fr"; export declare const EVENTS = "events"; export declare const RESIZE = "resize"; export declare const SHADOW = "shadow"; export declare const USER = "user"; export declare const DRAG = "drag"; export declare const TOUCH = "touch"; export declare const ACTION = "action"; export declare const SELECT = "select"; export declare const SIZING = "sizing"; export declare const CONTENT = "content"; export declare const ISOLATION = "isolation"; export declare const IMAGE = "image"; export declare const STICKY = "sticky"; export declare const STROKE = "stroke"; export declare const CENTER = "center"; export declare const MIDDLE = "middle"; export declare const BACKDROP = "backdrop"; export declare const FILTER = "filter"; export declare const STATIC = "static"; export declare const BLEND = "blend"; export declare const MIX = "mix"; export declare const ISOLATE = "isolate"; export declare const ROUNDED = "rounded"; export declare const ROUND = "round"; export declare const BACKGROUND = "background"; export declare const ATTACHMENT = "attachment"; export declare const REPEAT = "repeat"; export declare const COLOR = "color"; export declare const FLOAT = "float"; export declare const OPACITY = "opacity"; export declare const FIXED = "fixed"; export declare const LOCAL = "local"; export declare const SCROLL = "scroll"; export declare const ANIMATION = "animation"; export declare const DIRECTION = "direction"; export declare const MODE = "mode"; export declare const ITERATION = "iteration"; export declare const COUNT = "count"; export declare const NAME = "name"; export declare const PLAY_STATE = "play-state"; export declare const VISIBILITY = "visibility"; export declare const INVISIBLE = "invisible"; export declare const VISIBLE = "visible"; export declare const Z_INDEX = "z-index"; export declare const CLEAR = "clear"; export declare const BEHAVIOR = "behavior"; export declare const OVERSCROLL_BEHAVIOR: string; export declare const Y = "y"; export declare const X = "x"; export declare const WEIGHT = "weight"; export declare const HEIGHT = "height"; export declare const WIDTH = "width"; export declare const MAX = "max"; export declare const MIN = "min"; export declare const BLOCK = "block"; export declare const INLINE = "inline"; export declare const FLEX = "flex"; export declare const GRID = "grid"; export declare const CONTENTS = "contents"; export declare const SHOW = "show"; export declare const HIDE = "hide"; export declare const TRANSITION = "transition"; export declare const ORIGIN = "origin"; export declare const DELAY = "delay"; export declare const TRANSLATE = "translate"; export declare const SKEW = "skew"; export declare const ROTATE = "rotate"; export declare const DEG = "deg"; export declare const PROPERTY = "property"; export declare const TIMING_FUNCTION = "timing-function"; export declare const DURATION = "duration"; export declare const DISPLAY = "display"; export declare const ORIENT = "orient"; export declare const KEEP = "keep"; export declare const NORMAL = "normal"; export declare const FAMILY = "family"; export declare const ALL = "all"; export declare const CLAMP = "clamp"; export declare const HIDDEN = "hidden"; export declare const CONTAIN = "contain"; export declare const COVER = "cover"; export declare const BOX = "box"; export declare const FILL = "fill"; export declare const ELLIPSIS = "ellipsis"; export declare const CLIP = "clip"; export declare const NONE = "none"; export declare const WHITE = "white"; export declare const SCALE = "scale"; export declare const TEXT = "text"; export declare const ALIGN = "align"; export declare const OVERFLOW = "overflow"; export declare const WRAP = "wrap"; export declare const TRANSFORM = "transform"; export declare const VERTICAL = "vertical"; export declare const WORD = "word"; export declare const SPACE = "space"; export declare const DECORATION = "decoration"; export declare const BREAK = "break"; export declare const DOWN = "down"; export declare const SIZE = "size"; export declare const AUTO = "auto"; export declare const VARIANT = "variant"; export declare const LINE = "line"; export declare const NUMERIC = "numeric"; export declare const OBJECT = "object"; export declare const FIT = "fit"; export declare const POSITION = "position"; export declare const REM = "rem"; export declare const EM = "em"; export declare const PX = "px"; export declare const STYLE = "style"; export declare const GRAYSCALE = "grayscale"; export declare const SMOOTHING = "smoothing"; export declare const SHARP = "sharp"; export declare const ANTIALIASED = "antialiased"; export declare const SUBPIXEL = "subpixel"; export declare const LETTER = "letter"; export declare const FIRST = "first"; export declare const SPACING = "spacing"; export declare const LETTER_SPACING: string; export declare const MAX_WIDTH: string; export declare const MIN_WIDTH: string; export declare const MAX_HEIGHT: string; export declare const MIN_HEIGHT: string; export declare const FONT_PREFIX = "font:"; export declare const F_PREFIX = "f:"; export declare const T_PREFIX = "t:"; export declare const H_PREFIX = "h:"; export declare const W_PREFIX = "w:"; export declare const BG_PREFIX = "bg:"; export declare const OBJECT_PREFIX: string; export declare const SQUARE = "square"; export declare const VIDEO = "video"; export declare const SLICE = "slice"; export declare const CLONE = "clone"; export declare const ASPECT = "aspect"; export declare const RATIO = "ratio"; export declare const AFTER = "after"; export declare const BEFORE = "before"; export declare const INSIDE = "inside"; export declare const TABLE = "table"; export declare const GROUP = "group"; export declare const LIST = "list"; export declare const ITEM = "item"; export declare const BASIS = "basis"; export declare const FULL = "full"; export declare const REVERSE = "reverse"; export declare const NOWRAP = "nowrap"; export declare const FLEX_PREFIX: string; export declare const GROW = "grow"; export declare const BOX_PREFIX: string; export declare const SHRINK = "shrink"; export declare const ORDER = "order"; export declare const ORDER_PREFIX = "o:"; export declare const LAST = "last"; export declare const COL = "col"; export declare const SPAN = "span"; export declare const JUSTIFY = "justify"; export declare const ITEMS: string; export declare const SELF = "self"; export declare const PLACE = "place"; export declare const MONO = "mono"; export declare const SANS = "sans"; export declare const SERIF = "serif"; export declare const TYPE = "type"; export declare const ABS = "abs"; export declare const ABSOLUTE = "absolute"; export declare const REL = "rel"; export declare const RELATIVE = "relative"; export declare const THICKNESS = "thickness"; export declare const OFFSET = "offset"; export declare const UNDERLINE = "underline"; export declare const INDENT = "indent"; export declare const OUTLINE = "outline"; export declare const COLLAPSE = "collapse"; export declare const LAYOUT = "layout"; export declare const ACCENT = "accent"; export declare const CARET = "caret"; export declare const SNAP = "snap"; export declare const STOP = "stop"; export declare const SHAPE = "shape"; export declare const VIEW = "view"; export declare const AREA = "area"; export declare const END = "end"; export declare const START = "start"; export declare const BLUR = "blur"; export declare const DROP = "drop"; export declare const HUE = "hue"; export declare const SIZING_VALUES: { full: string; fit: string; max: string; min: string; };