import { BLOCKS, INLINES, MARKS } from "@contentful/rich-text-types"; export declare const BLOCK_TYPES: BLOCKS[]; export declare const INLINE_TYPES: INLINES[]; export declare const MARK_TYPES: MARKS[];