import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const space: { spaceX: Record; spaceY: Record; }; export declare const columnsStyle: import("@vanilla-extract/recipes").RuntimeFn<{ align: { stretch: string; top: string; center: string; centre: string; bottom: string; }; noWrap: { false: string; true: string; }; wrappingDirection: { default: {}; reverse: string; }; }>; export type ColumnsStyle = NonNullable>; //# sourceMappingURL=Columns.css.d.ts.map