export declare const Columns: (styleProps: any) => string; export declare const Column: (styleProps: any) => string; export declare const marginAutoOffsets: { [key: string]: any; }; export declare const getWidth: (spread: any) => string; export declare function getWrapProperties(styleProps: any): import("@emotion/utils").SerializedStyles; export declare function getSpreadProperties(styleProps: any): import("@emotion/utils").SerializedStyles; export declare function getSpreadOffsetProperties(styleProps: any): any;