export declare type GridSpacing = 0 | 8 | 16 | 24 | 32 | 64 | 72 | 80; export declare type GridSize = true | 'auto' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12; export declare type GridJustification = 'flex-start' | 'center' | 'flex-end' | 'space-between' | 'space-around' | 'space-evenly'; export declare type GridItemsAlignment = 'flex-start' | 'center' | 'flex-end' | 'stretch' | 'baseline'; export declare type GridDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse'; export declare type GridWrap = 'nowrap' | 'wrap' | 'wrap-reverse'; //# sourceMappingURL=types.d.ts.map