export interface ContentfulRenderOptions { localization?: boolean; linkType?: string; } export declare const DEFAULT_RENDER_OPTIONS: ContentfulRenderOptions;