/// import * as React from 'react'; import { StyleProps } from './types'; export declare const Table: (props: any) => JSX.Element; export declare const TableRow: (props: any) => JSX.Element; export declare const Indent: (props: any) => JSX.Element; export declare type CommonProps = { viewUrl: string; manageUrl: string; unsubscribeUrl: string; createTime: Date; recipientTimezone: string; }; export declare const UserIcon: ({ url, initials, size }: { url: any; initials: any; size: any; }) => JSX.Element; export declare const CrossLeadLogo: React.StatelessComponent<{ wrapperStyle?: StyleProps; }>; export declare const Announcement: () => JSX.Element; export declare const ActionButton: ({ url }: { url: string; }) => JSX.Element; export declare const Footer: ({ manageUrl, unsubscribeUrl }: { manageUrl: any; unsubscribeUrl: any; }) => JSX.Element;