import { IColors, ITypography } from '../../types/theme'; export declare const SegmentCardContainer: (colors: IColors, typography: ITypography) => import("@emotion/utils").SerializedStyles;