declare const justifyContent: {
    center: string;
    left: string;
    right: string;
};
export default justifyContent;
