export declare const STACK_DIRECTION_TYPES: { readonly row: "row"; readonly column: "column"; readonly rowReverse: "row-reverse"; readonly columnReverse: "column-reverse"; }; export declare const STACK_WRAP_TYPES: { wrap: string; nowrap: string; wrapReverse: string; }; export declare const STACK_ALIGN_ITEMS_TYPES: { readonly start: "start"; readonly end: "end"; readonly center: "center"; readonly baseline: "baseline"; readonly stretch: "stretch"; }; export declare const STACK_JUSTIFY_CONTENT_TYPES: { readonly normal: "normal"; readonly start: "start"; readonly end: "end"; readonly center: "center"; readonly between: "between"; readonly around: "around"; readonly evenly: "evenly"; readonly stretch: "stretch"; }; export declare const STACK_GROW_TYPES: { readonly 0: 0; readonly 1: 1; }; export declare const STACK_SHRINK_TYPES: { readonly 0: 0; readonly 1: 1; };