import type { Inline, Text } from '@contentful/rich-text-types'; /** * Parses inline HTML (bold, italic, links, code, br) into Contentful rich-text inline nodes. */ export declare function htmlToRtfInlines(fragment: string): (Text | Inline)[]; //# sourceMappingURL=inlineHtml.d.ts.map