export declare const style: (styleProps: any) => string; export declare const Box: (styleProps: any) => string; export declare function getAlignmentAttributes(styleProps: any): import("@emotion/utils").SerializedStyles;