declare const alignItemsValues: readonly ['normal', 'stretch', 'center', 'start', 'end', 'flex-start', 'flex-end', 'self-start', 'self-end', 'baseline', 'first baseline', 'last baseline', 'safe center', 'unsafe center']; export type AlignItemsType = (typeof alignItemsValues)[number]; declare const justifyContentValues: readonly ['normal', 'center', 'start', 'end', 'flex-start', 'flex-end', 'left', 'right', 'space-between', 'space-around', 'space-evenly', 'stretch']; export type JustifyContentType = (typeof justifyContentValues)[number]; export declare const responsiveProperties: { conditions: { defaultCondition: "xxsmall"; conditionNames: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[]; responsiveArray: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[] & { length: 5; }; }; styles: { alignItems: { responsiveArray: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[] & { length: 5; }; values: { baseline: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; center: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; end: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "first baseline": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "flex-end": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "flex-start": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "last baseline": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; normal: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "safe center": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "self-end": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "self-start": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; start: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; stretch: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "unsafe center": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; }; }; flexDirection: { responsiveArray: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[] & { length: 5; }; values: { column: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "column-reverse": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; row: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "row-reverse": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; }; }; flexWrap: { responsiveArray: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[] & { length: 5; }; values: { nowrap: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; wrap: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "wrap-reverse": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; }; }; gap: { responsiveArray: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[] & { length: 5; }; values: { [x: string]: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; }; }; justifyContent: { responsiveArray: ("large" | "medium" | "small" | "xlarge" | "xsmall" | "xxsmall")[] & { length: 5; }; values: { center: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; end: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "flex-end": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "flex-start": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; left: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; normal: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; right: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "space-around": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "space-between": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; "space-evenly": { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; start: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; stretch: { defaultClass: string; conditions: { large: string; medium: string; small: string; xlarge: string; xsmall: string; xxsmall: string; }; }; }; }; }; }; export declare const sprinkles: ((props: { alignItems?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4 | 5, "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | null> | ("baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | { large?: "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | undefined; medium?: "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | undefined; small?: "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | undefined; xlarge?: "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | undefined; xsmall?: "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | undefined; xxsmall?: "baseline" | "center" | "end" | "first baseline" | "flex-end" | "flex-start" | "last baseline" | "normal" | "safe center" | "self-end" | "self-start" | "start" | "stretch" | "unsafe center" | undefined; } | undefined); flexDirection?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4 | 5, "column" | "column-reverse" | "row" | "row-reverse" | null> | ("column" | "column-reverse" | "row" | "row-reverse" | { large?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; medium?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; small?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; xlarge?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; xsmall?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; xxsmall?: "column" | "column-reverse" | "row" | "row-reverse" | undefined; } | undefined); flexWrap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4 | 5, "nowrap" | "wrap" | "wrap-reverse" | null> | ("nowrap" | "wrap" | "wrap-reverse" | { large?: "nowrap" | "wrap" | "wrap-reverse" | undefined; medium?: "nowrap" | "wrap" | "wrap-reverse" | undefined; small?: "nowrap" | "wrap" | "wrap-reverse" | undefined; xlarge?: "nowrap" | "wrap" | "wrap-reverse" | undefined; xsmall?: "nowrap" | "wrap" | "wrap-reverse" | undefined; xxsmall?: "nowrap" | "wrap" | "wrap-reverse" | undefined; } | undefined); gap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4 | 5, string | null> | (string | { large?: string | undefined; medium?: string | undefined; small?: string | undefined; xlarge?: string | undefined; xsmall?: string | undefined; xxsmall?: string | undefined; } | undefined); justifyContent?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4 | 5, "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | null> | ("center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | { large?: "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | undefined; medium?: "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | undefined; small?: "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | undefined; xlarge?: "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | undefined; xsmall?: "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | undefined; xxsmall?: "center" | "end" | "flex-end" | "flex-start" | "left" | "normal" | "right" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch" | undefined; } | undefined); }) => string) & { properties: Set<"alignItems" | "flexDirection" | "flexWrap" | "gap" | "justifyContent">; }; export declare const stackStyle: { stack: string; }; export {}; //# sourceMappingURL=styles.css.d.ts.map