import type { RicosEditorProps } from 'ricos-common'; import type { RicosServices } from 'ricos-types'; import { RichContentAdapter } from './components/RichContentAdapter'; export type TiptapAdapterServices = Omit; export declare const initializeTiptapAdapter: (ricosEditorProps: RicosEditorProps, services: TiptapAdapterServices, isDebugMode?: boolean) => RichContentAdapter; //# sourceMappingURL=initializeTiptapAdapter.d.ts.map