import { StyleProps, IconSize } from './types'; export declare const ellipsis: StyleProps; export declare const fontFamily: (type: "Regular" | "Bold") => string; export declare const tableDefaults: { cellpadding: string; cellspacing: string; tableLayout: string; }; export declare const userInitials: (size: IconSize) => StyleProps; export declare const crossLeadLogo: StyleProps; export declare const announcementBox: StyleProps; export declare const announcement: StyleProps; export declare const summaryBox: StyleProps; export declare const userIcon: (size: IconSize) => StyleProps; export declare const actionButton: StyleProps; export declare const actionButtonText: StyleProps; export declare const managementBox: StyleProps; export declare const manageText: StyleProps; export declare const manageNotifications: StyleProps; export declare const unsubscribe: StyleProps; export declare const crossLeadCopyright: StyleProps; export declare const crossLeadAddress: StyleProps;