import { StyleProps, IconSize } from './types'; export { crossLeadLogo, announcementBox, announcement, summaryBox, actionButton, actionButtonText, crossLeadAddress, crossLeadCopyright, managementBox, manageText, manageNotifications, unsubscribe } from './common.styles'; export declare const updateCreated: StyleProps; export declare const bodyBox: StyleProps; export declare const bodyText: StyleProps; export declare const senderIconBox: (size: IconSize) => StyleProps; export declare const metricChangeArrow: StyleProps; export declare const status: StyleProps; export declare const projectStatusBox: StyleProps; export declare const progress: StyleProps; export declare const risk: StyleProps; export declare const riskText: StyleProps; export declare const updateTitleBox: StyleProps; export declare const updateTitle: StyleProps; export declare const updateTitleSubtext: StyleProps; export declare const messageBox: StyleProps; export declare const metricChangesBox: StyleProps; export declare const metricChangeHeader: StyleProps; export declare const metricChangeName: StyleProps; export declare const metricChangeValue: StyleProps; export declare const metricChangeDate: StyleProps; export declare const ownerName: StyleProps; export declare const summary: StyleProps;