import React from "react"; interface ResumeProps { channelSid: string; } export declare const EmailResumeSection: React.NamedExoticComponent; export {};