export declare const baseClass: string; export declare const gutterSizeMapping: { none: string; xs: string; s: string; m: string; l: string; xl: string; }; export declare const alignItemsMapping: { stretch: string; flexStart: string; flexEnd: string; center: string; baseline: string; }; export declare const justifyContentMapping: { flexStart: string; flexEnd: string; center: string; spaceBetween: string; spaceAround: string; spaceEvenly: string; }; export declare const directionMapping: { row: string; rowReverse: string; column: string; columnReverse: string; }; export declare const mapping: ComponentMapping; export default mapping;