import { CombinedParticipant, EmailEditorImplProps, ParticipantLevelType } from "./EmailEditor.definitions"; export declare const getParticipantChanges: (defaultParticipants: Record, finalParticipantList: Record, level?: ParticipantLevelType) => { addedParticipantsAddresses: CombinedParticipant[]; removedParticipants: CombinedParticipant[]; }; export declare const EmailEditorBody: (props: EmailEditorImplProps) => JSX.Element;