export type { Breakpoint } from "./BreakPoints";
export type Space = "none" | "xs" | "sm" | "md" | "lg" | "xl";
export declare const SPACE: Record<Space, string>;
export type Align = "start" | "center" | "end" | "stretch";
export declare const FLEX_ALIGN: Record<Align, string>;
//# sourceMappingURL=LayoutTokens.d.ts.map