declare const spaceMap: { readonly xs: "gap-1"; readonly sm: "gap-2"; readonly md: "gap-3"; readonly lg: "gap-4"; readonly xl: "gap-5"; readonly '2xl': "gap-6"; readonly '3xl': "gap-7"; readonly '4xl': "gap-8"; readonly '5xl': "gap-9"; readonly '6xl': "gap-10"; }; export type StackSpace = keyof typeof spaceMap; export declare const hStackRootVariants: (props?: ({ reversed?: boolean | null | undefined; space?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const vStackRootVariants: (props?: ({ reversed?: boolean | null | undefined; space?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export {}; //# sourceMappingURL=styles.d.ts.map