import { StyleProps } from './types'; import * as CSS from 'csstype'; export { crossLeadLogo, announcement, announcementBox, summaryBox, actionButton, actionButtonText, crossLeadAddress, crossLeadCopyright, managementBox, manageText, manageNotifications, unsubscribe } from './common.styles'; export declare const commentCreated: StyleProps; export declare const summary: StyleProps; export declare const senderIconBox: StyleProps; export declare const body: { fontFamily: string; fontSize: string; color: string; width: string; height: string; textAlign: CSS.TextAlignProperty; };