import { IColors, ITypography } from '../../types/theme'; export declare const ProductCardContainer: (colors: IColors, typography: ITypography, isExpand: boolean, maxHeight: null | number, withCta: boolean) => import("@emotion/utils").SerializedStyles; export declare const underline: import("@emotion/utils").SerializedStyles;