export declare const cardStyle: import("@emotion/utils").SerializedStyles;
export declare const cardActionStyle: import("@emotion/utils").SerializedStyles;
export declare const cardContentStyle: import("@emotion/utils").SerializedStyles;
export declare const cardMediaStyle: import("@emotion/utils").SerializedStyles;
/**
The CSS justify-content property defines how the browser distributes space between
 and around content items along the main-axis of a flex container,
 and the inline axis of a grid container.
*/
export declare const justifyStart: import("@emotion/utils").SerializedStyles;
export declare const justifyEnd: import("@emotion/utils").SerializedStyles;
export declare const justifyBetween: import("@emotion/utils").SerializedStyles;
export declare const justifyCenter: import("@emotion/utils").SerializedStyles;
export declare const justifyAround: import("@emotion/utils").SerializedStyles;
export declare const justifyEvenly: import("@emotion/utils").SerializedStyles;
