import { ContentType } from "contentful"; import { ContentfulRenderOptions } from "./options"; export default function renderContentType(contentType: ContentType, options: ContentfulRenderOptions): string;