type TStackJustify = 'start' | 'center' | 'end' | 'evenly' | 'between';
export default TStackJustify;
//# sourceMappingURL=TStackJustify.d.ts.map