import type { CSSVariant } from "./css-variant"; type FlexWrapKeys = "noWrap" | "wrap" | "wrapReverse" | "inherit" | "initial" | "revert" | "revertLayer" | "unset"; export declare const flexWrap: CSSVariant; export declare const flexWrapOptions: string[]; export {}; //# sourceMappingURL=flex-wrap.d.ts.map