declare const _default: {
    center: {
        justifyContent: string;
    };
    end: {
        justifyContent: string;
    };
    "flex-end": {
        justifyContent: string;
    };
    "flex-start": {
        justifyContent: string;
    };
    inherit: {
        justifyContent: string;
    };
    initial: {
        justifyContent: string;
    };
    left: {
        justifyContent: string;
    };
    normal: {
        justifyContent: string;
    };
    revert: {
        justifyContent: string;
    };
    right: {
        justifyContent: string;
    };
    "space-around": {
        justifyContent: string;
    };
    "space-between": {
        justifyContent: string;
    };
    "space-evenly": {
        justifyContent: string;
    };
    start: {
        justifyContent: string;
    };
    stretch: {
        justifyContent: string;
    };
    unset: {
        justifyContent: string;
    };
};
export default _default;
