export declare const CONFIG: { tokens: { readonly fz: readonly ["root", "base", "5xl", "4xl", "3xl", "2xl", "xl", "l", "m", "s", "xs", "2xs"]; readonly lh: readonly ["base", "xs", "s", "l"]; readonly hl: readonly ["base", "xs", "s", "l"]; readonly lts: readonly ["base", "s", "l"]; readonly ff: readonly ["base", "accent", "mono"]; readonly fw: readonly ["light", "normal", "bold"]; readonly o: readonly ["-10", "-20", "-30"]; readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"]; readonly bxsh: readonly ["10", "20", "30", "40"]; readonly sz: readonly ["xs", "s", "m", "l", "xl", "container"]; readonly ar: readonly ["og"]; readonly space: { readonly pre: "--s"; readonly values: readonly ["5", "10", "15", "20", "30", "40", "50", "60", "70", "80"]; }; readonly c: { readonly pre: "--"; readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent"]; }; readonly palette: { readonly pre: "--"; readonly values: readonly ["red", "blue", "green", "yellow", "purple", "orange", "pink", "gray", "white", "black", "keycolor"]; }; readonly writing: readonly ["vertical"]; readonly flow: readonly ["s", "l"]; }; props: { readonly f: { readonly prop: "font"; readonly presets: readonly ["inherit"]; }; readonly fz: { readonly prop: "fontSize"; readonly token: "fz"; readonly tokenClass: 1; readonly bp: 1; readonly alwaysVar: 1; }; readonly fw: { readonly prop: "fontWeight"; readonly token: "fw"; readonly tokenClass: 1; readonly presets: readonly ["100", "200", "300", "400", "500", "600", "700", "800", "900"]; }; readonly ff: { readonly prop: "fontFamily"; readonly token: "ff"; readonly tokenClass: 1; }; readonly fs: { readonly prop: "fontStyle"; readonly presets: readonly ["italic"]; readonly shorthands: { readonly i: "italic"; }; }; readonly lh: { readonly prop: "lineHeight"; readonly presets: readonly ["1"]; readonly token: "hl"; readonly tokenClass: 2; readonly exUtility: { readonly 1: ""; }; }; readonly hl: { readonly isVar: 1; readonly token: "hl"; readonly tokenClass: 0; readonly bp: 1; }; readonly lts: { readonly prop: "letterSpacing"; readonly token: "lts"; readonly tokenClass: 1; }; readonly ta: { readonly prop: "textAlign"; readonly presets: readonly ["center", "left", "right"]; }; readonly td: { readonly prop: "textDecoration"; readonly utils: { readonly none: "none"; }; }; readonly tt: { readonly prop: "textTransform"; readonly utils: { readonly upper: "uppercase"; readonly lower: "lowercase"; }; }; readonly d: { readonly prop: "display"; readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"]; readonly bp: 1; }; readonly o: { readonly prop: "opacity"; readonly presets: readonly ["0"]; readonly token: "o"; readonly tokenClass: 1; }; readonly v: { readonly prop: "visibility"; readonly presets: readonly ["hidden"]; }; readonly ov: { readonly prop: "overflow"; readonly presets: readonly ["hidden", "auto", "clip"]; }; readonly 'ov-x': { readonly prop: "overflowX"; readonly presets: readonly ["clip", "auto", "scroll"]; }; readonly 'ov-y': { readonly prop: "overflowY"; readonly presets: readonly ["clip", "auto", "scroll"]; }; readonly ar: { readonly prop: "aspectRatio"; readonly presets: readonly ["21/9", "16/9", "3/2", "1/1"]; readonly token: "ar"; readonly tokenClass: 1; readonly bp: 1; }; readonly w: { readonly prop: "width"; readonly utils: { readonly fit: "fit-content"; }; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly h: { readonly prop: "height"; readonly utils: { readonly fit: "fit-content"; }; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'min-w': { readonly prop: "minWidth"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'max-w': { readonly prop: "maxWidth"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'min-h': { readonly prop: "minHeight"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'max-h': { readonly prop: "maxHeight"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly sz: { readonly prop: "inlineSize"; readonly token: "sz"; }; readonly 'min-sz': { readonly prop: "minInlineSize"; readonly token: "sz"; }; readonly 'max-sz': { readonly prop: "maxInlineSize"; readonly token: "sz"; readonly tokenClass: 1; readonly presets: readonly ["full"]; readonly exUtility: { readonly full: ""; readonly container: ""; }; }; readonly bsz: { readonly prop: "blockSize"; readonly token: "sz"; }; readonly 'min-bsz': { readonly prop: "minBlockSize"; readonly token: "sz"; }; readonly 'max-bsz': { readonly prop: "maxBlockSize"; readonly token: "sz"; }; readonly bg: { readonly prop: "background"; readonly bp: 1; }; readonly bgi: { readonly prop: "backgroundImage"; }; readonly bgr: { readonly prop: "backgroundRepeat"; readonly presets: readonly ["no-repeat"]; }; readonly bgp: { readonly prop: "backgroundPosition"; readonly presets: readonly ["center"]; }; readonly bgsz: { readonly prop: "backgroundSize"; readonly presets: readonly ["cover", "contain"]; }; readonly bgc: { readonly prop: "backgroundColor"; readonly presets: readonly ["base", "base-2", "text", "brand", "accent", "inherit", "transparent"]; readonly token: "color"; readonly exUtility: { readonly inherit: { readonly 'background-color': "inherit"; }; }; readonly alwaysVar: 1; }; readonly c: { readonly prop: "color"; readonly presets: readonly ["base", "text", "text-2", "brand", "accent", "inherit"]; readonly token: "color"; readonly exUtility: { readonly inherit: { readonly color: "inherit"; }; }; readonly alwaysVar: 1; }; readonly keycolor: { readonly isVar: 1; readonly token: "color"; }; readonly bd: { readonly prop: "border"; readonly presets: readonly ["none"]; }; readonly bds: { readonly isVar: 1; readonly presets: readonly ["dashed", "dotted", "double"]; }; readonly bdc: { readonly isVar: 1; readonly presets: readonly ["brand", "accent", "divider", "inherit", "transparent"]; readonly utils: { readonly current: "currentColor"; }; readonly token: "color"; }; readonly bdw: { readonly isVar: 1; readonly bp: 1; }; readonly 'bd-x': { readonly prop: "borderInline"; }; readonly 'bd-y': { readonly prop: "borderBlock"; }; readonly 'bd-x-s': { readonly prop: "borderInlineStart"; }; readonly 'bd-x-e': { readonly prop: "borderInlineEnd"; }; readonly 'bd-y-s': { readonly prop: "borderBlockStart"; }; readonly 'bd-y-e': { readonly prop: "borderBlockEnd"; }; readonly 'bd-t': { readonly prop: "borderTop"; }; readonly 'bd-b': { readonly prop: "borderBottom"; }; readonly 'bd-l': { readonly prop: "borderLeft"; }; readonly 'bd-r': { readonly prop: "borderRight"; }; readonly bdrs: { readonly prop: "borderRadius"; readonly presets: readonly ["0"]; readonly token: "bdrs"; readonly tokenClass: 1; readonly bp: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; }; readonly 'bdrs-tl': { readonly prop: "borderTopLeftRadius"; readonly token: "bdrs"; }; readonly 'bdrs-tr': { readonly prop: "borderTopRightRadius"; readonly token: "bdrs"; }; readonly 'bdrs-br': { readonly prop: "borderBottomRightRadius"; readonly token: "bdrs"; }; readonly 'bdrs-bl': { readonly prop: "borderBottomLeftRadius"; readonly token: "bdrs"; }; readonly 'bdrs-ss': { readonly prop: "borderStartStartRadius"; readonly token: "bdrs"; }; readonly 'bdrs-se': { readonly prop: "borderStartEndRadius"; readonly token: "bdrs"; }; readonly 'bdrs-es': { readonly prop: "borderEndStartRadius"; readonly token: "bdrs"; }; readonly 'bdrs-ee': { readonly prop: "borderEndEndRadius"; readonly token: "bdrs"; }; readonly bxsh: { readonly prop: "boxShadow"; readonly utils: { readonly 0: "none"; }; readonly token: "bxsh"; readonly tokenClass: 1; readonly bp: 1; readonly alwaysVar: 1; }; readonly pos: { readonly prop: "position"; readonly presets: readonly ["static", "fixed", "sticky", "relative", "absolute"]; }; readonly z: { readonly prop: "zIndex"; readonly presets: readonly ["-1", "0", "1", "99"]; }; readonly t: { readonly prop: "top"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly l: { readonly prop: "left"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly r: { readonly prop: "right"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly b: { readonly prop: "bottom"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly i: { readonly prop: "inset"; readonly utils: { readonly 0: "0%"; }; readonly token: "space"; }; readonly 'i-x': { readonly prop: "insetInline"; readonly token: "space"; }; readonly 'i-y': { readonly prop: "insetBlock"; readonly token: "space"; }; readonly 'i-x-s': { readonly prop: "insetInlineStart"; readonly token: "space"; }; readonly 'i-x-e': { readonly prop: "insetInlineEnd"; readonly token: "space"; }; readonly 'i-y-s': { readonly prop: "insetBlockStart"; readonly token: "space"; }; readonly 'i-y-e': { readonly prop: "insetBlockEnd"; readonly token: "space"; }; readonly p: { readonly prop: "padding"; readonly presets: readonly ["0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; readonly bp: 1; }; readonly px: { readonly prop: "paddingInline"; readonly presets: readonly ["0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly py: { readonly prop: "paddingBlock"; readonly presets: readonly ["0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly 'px-s': { readonly prop: "paddingInlineStart"; readonly token: "space"; readonly bp: 1; }; readonly 'px-e': { readonly prop: "paddingInlineEnd"; readonly token: "space"; readonly bp: 1; }; readonly 'py-s': { readonly prop: "paddingBlockStart"; readonly token: "space"; readonly bp: 1; }; readonly 'py-e': { readonly prop: "paddingBlockEnd"; readonly token: "space"; readonly bp: 1; }; readonly pl: { readonly prop: "paddingLeft"; readonly token: "space"; readonly bp: 1; }; readonly pr: { readonly prop: "paddingRight"; readonly token: "space"; readonly bp: 1; }; readonly pt: { readonly prop: "paddingTop"; readonly token: "space"; readonly bp: 1; }; readonly pb: { readonly prop: "paddingBottom"; readonly token: "space"; readonly bp: 1; }; readonly m: { readonly prop: "margin"; readonly presets: readonly ["auto", "0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; readonly bp: 1; }; readonly mx: { readonly prop: "marginInline"; readonly presets: readonly ["auto", "0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly my: { readonly prop: "marginBlock"; readonly presets: readonly ["auto", "0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly 'mx-s': { readonly prop: "marginInlineStart"; readonly presets: readonly ["auto"]; readonly token: "space"; readonly bp: 1; }; readonly 'mx-e': { readonly prop: "marginInlineEnd"; readonly presets: readonly ["auto"]; readonly token: "space"; readonly bp: 1; }; readonly 'my-s': { readonly prop: "marginBlockStart"; readonly token: "space"; readonly bp: 1; readonly presets: readonly ["auto", "0"]; readonly tokenClass: 1; }; readonly 'my-e': { readonly prop: "marginBlockEnd"; readonly presets: readonly ["auto"]; readonly token: "space"; readonly bp: 1; }; readonly ml: { readonly prop: "marginLeft"; readonly token: "space"; readonly bp: 1; }; readonly mr: { readonly prop: "marginRight"; readonly token: "space"; readonly bp: 1; }; readonly mt: { readonly prop: "marginTop"; readonly token: "space"; readonly bp: 1; }; readonly mb: { readonly prop: "marginBottom"; readonly token: "space"; readonly bp: 1; }; readonly g: { readonly prop: "gap"; readonly presets: readonly ["0", "inherit"]; readonly exUtility: { readonly inherit: { readonly gap: "inherit"; }; }; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; readonly bp: 1; }; readonly cg: { readonly prop: "columnGap"; readonly token: "space"; readonly bp: 1; }; readonly rg: { readonly prop: "rowGap"; readonly token: "space"; readonly bp: 1; }; readonly cols: { readonly isVar: 1; readonly bp: 1; }; readonly rows: { readonly isVar: 1; readonly bp: 1; }; readonly fxf: { readonly prop: "flexFlow"; }; readonly fxw: { readonly prop: "flexWrap"; readonly presets: readonly ["wrap"]; readonly bp: 1; }; readonly fxd: { readonly prop: "flexDirection"; readonly presets: readonly ["column", "column-reverse", "row-reverse"]; readonly bp: 1; }; readonly fx: { readonly prop: "flex"; readonly presets: readonly ["1"]; readonly bp: 1; }; readonly fxg: { readonly prop: "flexGrow"; readonly presets: readonly ["1"]; }; readonly fxsh: { readonly prop: "flexShrink"; readonly presets: readonly ["0"]; }; readonly fxb: { readonly prop: "flexBasis"; readonly bp: 1; }; readonly gt: { readonly prop: "gridTemplate"; readonly bp: 1; }; readonly gta: { readonly prop: "gridTemplateAreas"; readonly bp: 1; }; readonly gtc: { readonly prop: "gridTemplateColumns"; readonly presets: readonly ["subgrid"]; readonly bp: 1; }; readonly gtr: { readonly prop: "gridTemplateRows"; readonly presets: readonly ["subgrid"]; readonly bp: 1; }; readonly gaf: { readonly prop: "gridAutoFlow"; readonly presets: readonly ["row", "column"]; readonly bp: 1; }; readonly gac: { readonly prop: "gridAutoColumns"; }; readonly gar: { readonly prop: "gridAutoRows"; }; readonly ga: { readonly prop: "gridArea"; readonly utils: { readonly '1/1': "1 / 1"; }; readonly bp: 1; }; readonly gc: { readonly prop: "gridColumn"; readonly utils: { readonly '1/-1': "1 / -1"; }; readonly bp: 1; }; readonly gr: { readonly prop: "gridRow"; readonly utils: { readonly '1/-1': "1 / -1"; }; readonly bp: 1; }; readonly gcs: { readonly prop: "gridColumnStart"; }; readonly gce: { readonly prop: "gridColumnEnd"; }; readonly grs: { readonly prop: "gridRowStart"; }; readonly gre: { readonly prop: "gridRowEnd"; }; readonly ai: { readonly prop: "alignItems"; readonly presets: readonly ["start", "center", "end", "stretch", "flex-start", "flex-end"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly ac: { readonly prop: "alignContent"; readonly presets: readonly ["start", "center", "end", "flex-start", "flex-end"]; readonly utils: { readonly between: "space-between"; }; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly ji: { readonly prop: "justifyItems"; readonly presets: readonly ["start", "center", "end", "stretch", "flex-start", "flex-end"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly jc: { readonly prop: "justifyContent"; readonly presets: readonly ["start", "center", "end", "flex-start", "flex-end"]; readonly utils: { readonly between: "space-between"; }; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly pi: { readonly prop: "placeItems"; readonly presets: readonly ["start", "center", "end"]; }; readonly pc: { readonly prop: "placeContent"; readonly presets: readonly ["start", "center", "end"]; }; readonly aslf: { readonly prop: "alignSelf"; readonly presets: readonly ["start", "center", "end", "stretch"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; }; readonly jslf: { readonly prop: "justifySelf"; readonly presets: readonly ["start", "center", "end", "stretch"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; }; readonly pslf: { readonly prop: "placeSelf"; readonly presets: readonly ["start", "center", "end"]; }; readonly order: { readonly prop: "order"; readonly presets: readonly ["0", "-1", "1"]; }; readonly ovw: { readonly prop: "overflowWrap"; readonly presets: readonly ["anywhere"]; }; readonly whs: { readonly prop: "whiteSpace"; readonly presets: readonly ["nowrap"]; }; readonly float: { readonly prop: "float"; readonly presets: readonly ["left", "right"]; }; readonly clear: { readonly prop: "clear"; readonly presets: readonly ["both"]; }; readonly iso: { readonly prop: "isolation"; readonly presets: readonly ["isolate"]; }; readonly wm: { readonly prop: "writingMode"; readonly presets: readonly ["vertical-rl"]; readonly bp: 1; }; }; traits: { readonly isContainer: "is--container"; readonly isWrapper: { readonly className: "is--wrapper"; readonly preset: readonly ["s", "l"]; readonly presetClass: "-contentSize"; readonly customVar: "--contentSize"; readonly tokenKey: "sz"; }; readonly isLayer: "is--layer"; readonly isBoxLink: "is--boxLink"; readonly isCoverLink: "is--coverLink"; readonly isSide: "is--side"; readonly isSkipFlow: "is--skipFlow"; }; }; export declare const TOKENS: { readonly fz: readonly ["root", "base", "5xl", "4xl", "3xl", "2xl", "xl", "l", "m", "s", "xs", "2xs"]; readonly lh: readonly ["base", "xs", "s", "l"]; readonly hl: readonly ["base", "xs", "s", "l"]; readonly lts: readonly ["base", "s", "l"]; readonly ff: readonly ["base", "accent", "mono"]; readonly fw: readonly ["light", "normal", "bold"]; readonly o: readonly ["-10", "-20", "-30"]; readonly bdrs: readonly ["10", "20", "30", "40", "99", "inner"]; readonly bxsh: readonly ["10", "20", "30", "40"]; readonly sz: readonly ["xs", "s", "m", "l", "xl", "container"]; readonly ar: readonly ["og"]; readonly space: { readonly pre: "--s"; readonly values: readonly ["5", "10", "15", "20", "30", "40", "50", "60", "70", "80"]; }; readonly c: { readonly pre: "--"; readonly values: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent"]; }; readonly palette: { readonly pre: "--"; readonly values: readonly ["red", "blue", "green", "yellow", "purple", "orange", "pink", "gray", "white", "black", "keycolor"]; }; readonly writing: readonly ["vertical"]; readonly flow: readonly ["s", "l"]; readonly color: readonly ["base", "base-2", "text", "text-2", "divider", "link", "brand", "accent", "red", "blue", "green", "yellow", "purple", "orange", "pink", "gray", "white", "black", "keycolor"]; }; export declare const PROPS: { readonly f: { readonly prop: "font"; readonly presets: readonly ["inherit"]; }; readonly fz: { readonly prop: "fontSize"; readonly token: "fz"; readonly tokenClass: 1; readonly bp: 1; readonly alwaysVar: 1; }; readonly fw: { readonly prop: "fontWeight"; readonly token: "fw"; readonly tokenClass: 1; readonly presets: readonly ["100", "200", "300", "400", "500", "600", "700", "800", "900"]; }; readonly ff: { readonly prop: "fontFamily"; readonly token: "ff"; readonly tokenClass: 1; }; readonly fs: { readonly prop: "fontStyle"; readonly presets: readonly ["italic"]; readonly shorthands: { readonly i: "italic"; }; }; readonly lh: { readonly prop: "lineHeight"; readonly presets: readonly ["1"]; readonly token: "hl"; readonly tokenClass: 2; readonly exUtility: { readonly 1: ""; }; }; readonly hl: { readonly isVar: 1; readonly token: "hl"; readonly tokenClass: 0; readonly bp: 1; }; readonly lts: { readonly prop: "letterSpacing"; readonly token: "lts"; readonly tokenClass: 1; }; readonly ta: { readonly prop: "textAlign"; readonly presets: readonly ["center", "left", "right"]; }; readonly td: { readonly prop: "textDecoration"; readonly utils: { readonly none: "none"; }; }; readonly tt: { readonly prop: "textTransform"; readonly utils: { readonly upper: "uppercase"; readonly lower: "lowercase"; }; }; readonly d: { readonly prop: "display"; readonly presets: readonly ["none", "block", "flex", "inline-flex", "grid", "inline-grid", "inline", "inline-block"]; readonly bp: 1; }; readonly o: { readonly prop: "opacity"; readonly presets: readonly ["0"]; readonly token: "o"; readonly tokenClass: 1; }; readonly v: { readonly prop: "visibility"; readonly presets: readonly ["hidden"]; }; readonly ov: { readonly prop: "overflow"; readonly presets: readonly ["hidden", "auto", "clip"]; }; readonly 'ov-x': { readonly prop: "overflowX"; readonly presets: readonly ["clip", "auto", "scroll"]; }; readonly 'ov-y': { readonly prop: "overflowY"; readonly presets: readonly ["clip", "auto", "scroll"]; }; readonly ar: { readonly prop: "aspectRatio"; readonly presets: readonly ["21/9", "16/9", "3/2", "1/1"]; readonly token: "ar"; readonly tokenClass: 1; readonly bp: 1; }; readonly w: { readonly prop: "width"; readonly utils: { readonly fit: "fit-content"; }; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly h: { readonly prop: "height"; readonly utils: { readonly fit: "fit-content"; }; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'min-w': { readonly prop: "minWidth"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'max-w': { readonly prop: "maxWidth"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'min-h': { readonly prop: "minHeight"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly 'max-h': { readonly prop: "maxHeight"; readonly presets: readonly ["100%"]; readonly token: "sz"; readonly bp: 1; }; readonly sz: { readonly prop: "inlineSize"; readonly token: "sz"; }; readonly 'min-sz': { readonly prop: "minInlineSize"; readonly token: "sz"; }; readonly 'max-sz': { readonly prop: "maxInlineSize"; readonly token: "sz"; readonly tokenClass: 1; readonly presets: readonly ["full"]; readonly exUtility: { readonly full: ""; readonly container: ""; }; }; readonly bsz: { readonly prop: "blockSize"; readonly token: "sz"; }; readonly 'min-bsz': { readonly prop: "minBlockSize"; readonly token: "sz"; }; readonly 'max-bsz': { readonly prop: "maxBlockSize"; readonly token: "sz"; }; readonly bg: { readonly prop: "background"; readonly bp: 1; }; readonly bgi: { readonly prop: "backgroundImage"; }; readonly bgr: { readonly prop: "backgroundRepeat"; readonly presets: readonly ["no-repeat"]; }; readonly bgp: { readonly prop: "backgroundPosition"; readonly presets: readonly ["center"]; }; readonly bgsz: { readonly prop: "backgroundSize"; readonly presets: readonly ["cover", "contain"]; }; readonly bgc: { readonly prop: "backgroundColor"; readonly presets: readonly ["base", "base-2", "text", "brand", "accent", "inherit", "transparent"]; readonly token: "color"; readonly exUtility: { readonly inherit: { readonly 'background-color': "inherit"; }; }; readonly alwaysVar: 1; }; readonly c: { readonly prop: "color"; readonly presets: readonly ["base", "text", "text-2", "brand", "accent", "inherit"]; readonly token: "color"; readonly exUtility: { readonly inherit: { readonly color: "inherit"; }; }; readonly alwaysVar: 1; }; readonly keycolor: { readonly isVar: 1; readonly token: "color"; }; readonly bd: { readonly prop: "border"; readonly presets: readonly ["none"]; }; readonly bds: { readonly isVar: 1; readonly presets: readonly ["dashed", "dotted", "double"]; }; readonly bdc: { readonly isVar: 1; readonly presets: readonly ["brand", "accent", "divider", "inherit", "transparent"]; readonly utils: { readonly current: "currentColor"; }; readonly token: "color"; }; readonly bdw: { readonly isVar: 1; readonly bp: 1; }; readonly 'bd-x': { readonly prop: "borderInline"; }; readonly 'bd-y': { readonly prop: "borderBlock"; }; readonly 'bd-x-s': { readonly prop: "borderInlineStart"; }; readonly 'bd-x-e': { readonly prop: "borderInlineEnd"; }; readonly 'bd-y-s': { readonly prop: "borderBlockStart"; }; readonly 'bd-y-e': { readonly prop: "borderBlockEnd"; }; readonly 'bd-t': { readonly prop: "borderTop"; }; readonly 'bd-b': { readonly prop: "borderBottom"; }; readonly 'bd-l': { readonly prop: "borderLeft"; }; readonly 'bd-r': { readonly prop: "borderRight"; }; readonly bdrs: { readonly prop: "borderRadius"; readonly presets: readonly ["0"]; readonly token: "bdrs"; readonly tokenClass: 1; readonly bp: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; }; readonly 'bdrs-tl': { readonly prop: "borderTopLeftRadius"; readonly token: "bdrs"; }; readonly 'bdrs-tr': { readonly prop: "borderTopRightRadius"; readonly token: "bdrs"; }; readonly 'bdrs-br': { readonly prop: "borderBottomRightRadius"; readonly token: "bdrs"; }; readonly 'bdrs-bl': { readonly prop: "borderBottomLeftRadius"; readonly token: "bdrs"; }; readonly 'bdrs-ss': { readonly prop: "borderStartStartRadius"; readonly token: "bdrs"; }; readonly 'bdrs-se': { readonly prop: "borderStartEndRadius"; readonly token: "bdrs"; }; readonly 'bdrs-es': { readonly prop: "borderEndStartRadius"; readonly token: "bdrs"; }; readonly 'bdrs-ee': { readonly prop: "borderEndEndRadius"; readonly token: "bdrs"; }; readonly bxsh: { readonly prop: "boxShadow"; readonly utils: { readonly 0: "none"; }; readonly token: "bxsh"; readonly tokenClass: 1; readonly bp: 1; readonly alwaysVar: 1; }; readonly pos: { readonly prop: "position"; readonly presets: readonly ["static", "fixed", "sticky", "relative", "absolute"]; }; readonly z: { readonly prop: "zIndex"; readonly presets: readonly ["-1", "0", "1", "99"]; }; readonly t: { readonly prop: "top"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly l: { readonly prop: "left"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly r: { readonly prop: "right"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly b: { readonly prop: "bottom"; readonly utils: { readonly 0: "0%"; }; readonly presets: readonly ["50%", "100%"]; readonly token: "space"; }; readonly i: { readonly prop: "inset"; readonly utils: { readonly 0: "0%"; }; readonly token: "space"; }; readonly 'i-x': { readonly prop: "insetInline"; readonly token: "space"; }; readonly 'i-y': { readonly prop: "insetBlock"; readonly token: "space"; }; readonly 'i-x-s': { readonly prop: "insetInlineStart"; readonly token: "space"; }; readonly 'i-x-e': { readonly prop: "insetInlineEnd"; readonly token: "space"; }; readonly 'i-y-s': { readonly prop: "insetBlockStart"; readonly token: "space"; }; readonly 'i-y-e': { readonly prop: "insetBlockEnd"; readonly token: "space"; }; readonly p: { readonly prop: "padding"; readonly presets: readonly ["0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; readonly bp: 1; }; readonly px: { readonly prop: "paddingInline"; readonly presets: readonly ["0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly py: { readonly prop: "paddingBlock"; readonly presets: readonly ["0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly 'px-s': { readonly prop: "paddingInlineStart"; readonly token: "space"; readonly bp: 1; }; readonly 'px-e': { readonly prop: "paddingInlineEnd"; readonly token: "space"; readonly bp: 1; }; readonly 'py-s': { readonly prop: "paddingBlockStart"; readonly token: "space"; readonly bp: 1; }; readonly 'py-e': { readonly prop: "paddingBlockEnd"; readonly token: "space"; readonly bp: 1; }; readonly pl: { readonly prop: "paddingLeft"; readonly token: "space"; readonly bp: 1; }; readonly pr: { readonly prop: "paddingRight"; readonly token: "space"; readonly bp: 1; }; readonly pt: { readonly prop: "paddingTop"; readonly token: "space"; readonly bp: 1; }; readonly pb: { readonly prop: "paddingBottom"; readonly token: "space"; readonly bp: 1; }; readonly m: { readonly prop: "margin"; readonly presets: readonly ["auto", "0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; readonly bp: 1; }; readonly mx: { readonly prop: "marginInline"; readonly presets: readonly ["auto", "0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly my: { readonly prop: "marginBlock"; readonly presets: readonly ["auto", "0"]; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly bp: 1; }; readonly 'mx-s': { readonly prop: "marginInlineStart"; readonly presets: readonly ["auto"]; readonly token: "space"; readonly bp: 1; }; readonly 'mx-e': { readonly prop: "marginInlineEnd"; readonly presets: readonly ["auto"]; readonly token: "space"; readonly bp: 1; }; readonly 'my-s': { readonly prop: "marginBlockStart"; readonly token: "space"; readonly bp: 1; readonly presets: readonly ["auto", "0"]; readonly tokenClass: 1; }; readonly 'my-e': { readonly prop: "marginBlockEnd"; readonly presets: readonly ["auto"]; readonly token: "space"; readonly bp: 1; }; readonly ml: { readonly prop: "marginLeft"; readonly token: "space"; readonly bp: 1; }; readonly mr: { readonly prop: "marginRight"; readonly token: "space"; readonly bp: 1; }; readonly mt: { readonly prop: "marginTop"; readonly token: "space"; readonly bp: 1; }; readonly mb: { readonly prop: "marginBottom"; readonly token: "space"; readonly bp: 1; }; readonly g: { readonly prop: "gap"; readonly presets: readonly ["0", "inherit"]; readonly exUtility: { readonly inherit: { readonly gap: "inherit"; }; }; readonly token: "space"; readonly tokenClass: 1; readonly alwaysVar: 1; readonly overwriteBaseVar: 1; readonly bp: 1; }; readonly cg: { readonly prop: "columnGap"; readonly token: "space"; readonly bp: 1; }; readonly rg: { readonly prop: "rowGap"; readonly token: "space"; readonly bp: 1; }; readonly cols: { readonly isVar: 1; readonly bp: 1; }; readonly rows: { readonly isVar: 1; readonly bp: 1; }; readonly fxf: { readonly prop: "flexFlow"; }; readonly fxw: { readonly prop: "flexWrap"; readonly presets: readonly ["wrap"]; readonly bp: 1; }; readonly fxd: { readonly prop: "flexDirection"; readonly presets: readonly ["column", "column-reverse", "row-reverse"]; readonly bp: 1; }; readonly fx: { readonly prop: "flex"; readonly presets: readonly ["1"]; readonly bp: 1; }; readonly fxg: { readonly prop: "flexGrow"; readonly presets: readonly ["1"]; }; readonly fxsh: { readonly prop: "flexShrink"; readonly presets: readonly ["0"]; }; readonly fxb: { readonly prop: "flexBasis"; readonly bp: 1; }; readonly gt: { readonly prop: "gridTemplate"; readonly bp: 1; }; readonly gta: { readonly prop: "gridTemplateAreas"; readonly bp: 1; }; readonly gtc: { readonly prop: "gridTemplateColumns"; readonly presets: readonly ["subgrid"]; readonly bp: 1; }; readonly gtr: { readonly prop: "gridTemplateRows"; readonly presets: readonly ["subgrid"]; readonly bp: 1; }; readonly gaf: { readonly prop: "gridAutoFlow"; readonly presets: readonly ["row", "column"]; readonly bp: 1; }; readonly gac: { readonly prop: "gridAutoColumns"; }; readonly gar: { readonly prop: "gridAutoRows"; }; readonly ga: { readonly prop: "gridArea"; readonly utils: { readonly '1/1': "1 / 1"; }; readonly bp: 1; }; readonly gc: { readonly prop: "gridColumn"; readonly utils: { readonly '1/-1': "1 / -1"; }; readonly bp: 1; }; readonly gr: { readonly prop: "gridRow"; readonly utils: { readonly '1/-1': "1 / -1"; }; readonly bp: 1; }; readonly gcs: { readonly prop: "gridColumnStart"; }; readonly gce: { readonly prop: "gridColumnEnd"; }; readonly grs: { readonly prop: "gridRowStart"; }; readonly gre: { readonly prop: "gridRowEnd"; }; readonly ai: { readonly prop: "alignItems"; readonly presets: readonly ["start", "center", "end", "stretch", "flex-start", "flex-end"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly ac: { readonly prop: "alignContent"; readonly presets: readonly ["start", "center", "end", "flex-start", "flex-end"]; readonly utils: { readonly between: "space-between"; }; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly ji: { readonly prop: "justifyItems"; readonly presets: readonly ["start", "center", "end", "stretch", "flex-start", "flex-end"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly jc: { readonly prop: "justifyContent"; readonly presets: readonly ["start", "center", "end", "flex-start", "flex-end"]; readonly utils: { readonly between: "space-between"; }; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; readonly bp: 1; }; readonly pi: { readonly prop: "placeItems"; readonly presets: readonly ["start", "center", "end"]; }; readonly pc: { readonly prop: "placeContent"; readonly presets: readonly ["start", "center", "end"]; }; readonly aslf: { readonly prop: "alignSelf"; readonly presets: readonly ["start", "center", "end", "stretch"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; }; readonly jslf: { readonly prop: "justifySelf"; readonly presets: readonly ["start", "center", "end", "stretch"]; readonly shorthands: { readonly s: "start"; readonly e: "end"; readonly c: "center"; readonly fs: "flex-start"; readonly fe: "flex-end"; }; }; readonly pslf: { readonly prop: "placeSelf"; readonly presets: readonly ["start", "center", "end"]; }; readonly order: { readonly prop: "order"; readonly presets: readonly ["0", "-1", "1"]; }; readonly ovw: { readonly prop: "overflowWrap"; readonly presets: readonly ["anywhere"]; }; readonly whs: { readonly prop: "whiteSpace"; readonly presets: readonly ["nowrap"]; }; readonly float: { readonly prop: "float"; readonly presets: readonly ["left", "right"]; }; readonly clear: { readonly prop: "clear"; readonly presets: readonly ["both"]; }; readonly iso: { readonly prop: "isolation"; readonly presets: readonly ["isolate"]; }; readonly wm: { readonly prop: "writingMode"; readonly presets: readonly ["vertical-rl"]; readonly bp: 1; }; }; export declare const TRAITS: { readonly isContainer: "is--container"; readonly isWrapper: { readonly className: "is--wrapper"; readonly preset: readonly ["s", "l"]; readonly presetClass: "-contentSize"; readonly customVar: "--contentSize"; readonly tokenKey: "sz"; }; readonly isLayer: "is--layer"; readonly isBoxLink: "is--boxLink"; readonly isCoverLink: "is--coverLink"; readonly isSide: "is--side"; readonly isSkipFlow: "is--skipFlow"; }; export declare const BREAK_POINTS: readonly ["sm", "md", "lg", "xl"]; export declare const BREAK_POINTS_ALL: readonly ["base", "sm", "md", "lg", "xl"];