export declare const FLEX_SPACING: readonly ["none", "xxs", "xs", "s", "m", "l", "xl", "xxl"];
export type FlexSpacing = (typeof FLEX_SPACING)[number];
