import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const sprinklesColumnWidthResponsive: ((props: { flexBasis?: ("full" | "auto" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | { mobile?: "full" | "auto" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | undefined; tablet?: "full" | "auto" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | undefined; desktop?: "full" | "auto" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | undefined; largeDesktop?: "full" | "auto" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | undefined; } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "full" | "auto" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | null>; }) => string) & { properties: Set<"flexBasis">; }; export type SprinklesColumnWidth = Parameters[0]; export declare const columnStyle: import("@vanilla-extract/recipes").RuntimeFn<{ alignSelf: { bottom: string; center: string; centre: string; stretch: string; top: string; }; grow: { true: string; false: string; }; noShrink: { true: string; false: {}; }; }>; export type ColumnRecipeVariants = NonNullable>; //# sourceMappingURL=Column.css.d.ts.map