import type { CSSVariant } from "./css-variant"; type JustifyContentKeys = "center" | "start" | "end" | "flexStart" | "flexEnd" | "left" | "right" | "normal" | "between" | "around" | "evenly" | "stretch" | "safe" | "unsafe" | "inherit" | "initial" | "revert" | "revertLayer" | "unset"; export declare const justifyContent: CSSVariant; export declare const JustifyContentOptions: string[]; export {}; //# sourceMappingURL=justify-content.d.ts.map