interface Props {
    content: any;
}
declare const MailingContent: import("svelte").Component<Props, {}, "">;
type MailingContent = ReturnType<typeof MailingContent>;
export default MailingContent;
