export interface EmailFontOption {
    label: string;
    value: string;
}
export declare const EMAIL_FONT_OPTIONS: EmailFontOption[];
