import type { Interceptor } from '../core/parser'; export declare const fromRichTextHtml: (s: string, interceptor?: Interceptor) => import("ricos-schema").RichContent; export type { Interceptor }; //# sourceMappingURL=parser.d.ts.map