/**
 * Copyright (c) Paymium.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root of this projects source tree.
 */
export declare const justifyContentStyle: {
    start: import("@crossed/styled").CrossedMethods<{
        base: {
            justifyContent: "flex-start";
        };
    }>;
    end: import("@crossed/styled").CrossedMethods<{
        base: {
            justifyContent: "flex-end";
        };
    }>;
    between: import("@crossed/styled").CrossedMethods<{
        base: {
            justifyContent: "space-between";
        };
    }>;
    around: import("@crossed/styled").CrossedMethods<{
        base: {
            justifyContent: "space-around";
        };
    }>;
    evenly: import("@crossed/styled").CrossedMethods<{
        base: {
            justifyContent: "space-evenly";
        };
    }>;
    center: import("@crossed/styled").CrossedMethods<{
        base: {
            justifyContent: "center";
        };
    }>;
};
//# sourceMappingURL=justifyContent.d.ts.map