declare const cardColors: { border: string; background: string; headerBasicBackground: string; headerInfoBackground: string; headerGreyBackground: string; headerPrimaryBackground: string; headerDefaultText: string; headerInfoText: string; headerLightText: string; contentText: string; contentBorder: string; contentTextExtra: string; }; declare const cardBorderWidths: { default: string; }; declare const cardRadii: { default: string; }; declare const cardSpace: { headerMediumPadding: string; headerSmallPadding: string; headerMargin: string; contentMediumPadding: string; contentSmallPadding: string; imgMargin: string; }; declare const cardFontWeights: { header: number; content: number; }; declare const cardFontSizes: { header: string; content: string; contentExtra: string; }; declare const cardLineHeights: { header: string; content: string; contentExtra: string; }; export { cardColors, cardBorderWidths, cardRadii, cardSpace, cardFontWeights, cardFontSizes, cardLineHeights, };