import { type RendererFC } from 'jamis-core'; import type { EmailViewProps } from './types'; export declare const EmailViewerRenderer: RendererFC;